LookingGlass/client/displayservers
Quantum a380803d37 [client] libdecor: fix gcc compile warnings-turned-errors
This commit fixes the -Wmissing-field-initializers warning, which can only
be disabled with a pragma. GCC wants us to Initialize libdecor reserved
fields, which requires knowing how many reserved fields there are.
This is an implementation detail, and so we can only disable the warning.

This also fixes -Wincompatible-pointer-types, which is an actual bug.
2021-04-19 17:03:13 +10:00
..
SDL [client] ds: make SDL display server optional 2021-02-26 10:28:51 +11:00
Wayland [client] libdecor: fix gcc compile warnings-turned-errors 2021-04-19 17:03:13 +10:00
X11 [client] x11: fallback to a utility window if motif atom is missing 2021-03-27 21:42:47 +11:00
CMakeLists.txt [client] ds: make SDL display server optional 2021-02-26 10:28:51 +11:00