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:
parent
44d92805f6
commit
de855f0b35
9 changed files with 127 additions and 129 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue