LookingGlass/client/displayservers/Wayland
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
..
clipboard.c [client] wayland: use consistent naming in poll module 2021-03-03 16:38:23 +11:00
CMakeLists.txt [client] cmake: support building with libdecor 2021-03-15 10:54:35 +11:00
cursor.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
gl.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00
idle.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
input.c [client] wayland: make input handlers aware of multiple surfaces 2021-03-15 10:54:35 +11:00
output.c [client] wayland: gracefully downgrade to wl_output v2 2021-02-27 14:48:28 +11:00
poll.c [client] wayland: use consistent naming in poll module 2021-03-03 16:38:23 +11:00
registry.c [client] wayland: implement libdecor pseudo-shell backend 2021-03-15 10:54:35 +11:00
shell_libdecor.c [client] libdecor: fix gcc compile warnings-turned-errors 2021-04-19 17:03:13 +10:00
shell_xdg.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00
state.c [client] wayland: split Wayland display server into modules 2021-02-21 10:31:49 +11:00
wayland.c [client] wayland: implement libdecor pseudo-shell backend 2021-03-15 10:54:35 +11:00
wayland.h [client] wayland: make input handlers aware of multiple surfaces 2021-03-15 10:54:35 +11:00
window.c [client] wayland: split xdg-shell handling into a module 2021-03-15 10:54:35 +11:00