1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

XWindowSystem: Use ScopedWindowAssociation for improved DRYness

This commit is contained in:
reuk 2022-12-06 17:03:21 +00:00
parent bac51aba8f
commit 8374725f98
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
8 changed files with 141 additions and 101 deletions

View file

@ -328,6 +328,7 @@ namespace juce
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-as-null-pointer-constant")
#include "native/x11/juce_linux_ScopedWindowAssociation.h"
#include "native/juce_linux_Windowing.cpp"
#include "native/x11/juce_linux_XWindowSystem.cpp"