LookingGlass/client/displayservers/X11
Geoffrey McRae d74307223f [client] x11: set the window center via WM_SIZE_HINTS
Due to the confusing nature of the x11 protocol, bit_gravity and
win_gravity are not what they appear to be. These do not describe the
window position but rather the pixels/subwindows when the window is
resized. Instead set the gravity via the WM_SIZE_HINTS property which
all modern window managers should respect.
2021-03-27 21:05:27 +11:00
..
atoms.c [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00
atoms.h [client] x11: implement center, borderless and maximized parameters 2021-03-27 11:17:48 +11:00
clipboard.c [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00
clipboard.h [client] x11: split out clipboard code for maintainabillity 2021-03-27 09:21:32 +11:00
CMakeLists.txt [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00
x11.c [client] x11: set the window center via WM_SIZE_HINTS 2021-03-27 21:05:27 +11:00
x11.h [client] x11: split out atoms into a seperate structure 2021-03-27 10:05:57 +11:00