Browse Source

Linux: Fixed a leaking XWindowSystem

tags/2021-05-28
Tom Poole 7 years ago
parent
commit
aed439ab4f
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save