1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
a8fa3981f4 source/Platform/Unix/Xlib.cpp: assert _priv::display in shutdown() 2022-10-02 17:02:10 +02:00
46bc8eb5d8 Platform/Unix/Xlib: Adding getParentWindow() 2022-10-01 16:09:43 +02:00
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