mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
52cb19d99d
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. |
||
---|---|---|
.. | ||
config.h | ||
cursor.h | ||
desktop.h | ||
ini.h | ||
input.h | ||
keyboard.h | ||
seat.h | ||
server.h | ||
view.h | ||
xcursor.h |