1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
090646b61a Platform/Unix: Rename X11SharedDisplay to Xlib, and remove Display member variable from all classes.
We now initialize/destroy the display in Xlib::init/shutdown that is called in UnixApplication::init/shutdown and
therefore is valid through the whole lifetime. So no need for classes to keep references.
2020-12-26 15:37:56 +01:00
d73c787f40 Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-12-19 18:55:11 +01:00
dfe29acc1e Platform/Unix/UnixMisc.cpp: implement display mode lookups using xrandr extension. 2020-12-19 18:55:11 +01:00
6464838159 source/Platform/Unix: stub implementation 2020-12-19 18:55:10 +01:00