This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Linux: Fixed a leaking XWindowSystem
tags/2021-05-28
Tom Poole
7 years ago
parent
415f0e4c90
commit
aed439ab4f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_gui_basics/native/juce_linux_X11.h
+ 1
- 1
modules/juce_gui_basics/native/juce_linux_X11.h
View File
@@ -36,7 +36,7 @@ typedef unsigned long WindowType;
//==============================================================================
class XWindowSystem
class XWindowSystem
: public DeletedAtShutdown
{
public:
XDisplay displayRef() noexcept;
Write
Preview
Loading…
Cancel
Save