mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
s/ifdef/if/g
ifdef gives us some troubles with the thing being set to 0 but still be defined, so let's just use if.
This commit is contained in:
parent
81761cae96
commit
183e509dd9
2 changed files with 3 additions and 3 deletions
2
server.h
2
server.h
|
|
@ -6,7 +6,7 @@
|
|||
#include <wayland-server.h>
|
||||
#include <wlr/backend.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#ifdef CAGE_HAS_XWAYLAND
|
||||
#if CAGE_HAS_XWAYLAND
|
||||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue