1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Cleanups to some X windowing classes

This commit is contained in:
jules 2017-05-22 15:43:44 +01:00
parent 44d92805f6
commit de855f0b35
9 changed files with 127 additions and 129 deletions

View file

@ -449,7 +449,7 @@ private:
return 0;
}
Display* getDisplay() { return reinterpret_cast<Display*> (x11display.get()); }
Display* getDisplay() { return reinterpret_cast<Display*> (x11display.display); }
//==============================================================================
bool getXEmbedMappedFlag()