wlroots/rootston
Patrick Steinhardt 52cb19d99d rootston: fix compilation without XWayland support
In case wlroots is not being compiled with XWayland support, we will not
have an xwayland surface in our roots view. While we make sure to pay
attention to that in some places, we are not being consistent and try to
access the xwayland surface in other places. Obviously, this leads to a
compiler error due to the field not being present.

Fix the issue by sprinkling in a few additional ifdefs where required.
2018-01-28 12:07:15 +00:00
..
config.c
cursor.c fix decorations on wayland backend 2018-01-23 08:07:03 -05:00
desktop.c rootston: fix compilation without XWayland support 2018-01-28 12:07:15 +00:00
ini.c
input.c
keyboard.c dont use pointer for modifiers 2018-01-17 08:31:15 -05:00
main.c
meson.build
output.c rootston: fix compilation without XWayland support 2018-01-28 12:07:15 +00:00
rootston.ini.example
seat.c rootston: fix compilation without XWayland support 2018-01-28 12:07:15 +00:00
wl_shell.c
xdg_shell_v6.c
xwayland.c decorations: respect motif hints 2018-01-23 08:19:00 -05:00