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:
Jente Hidskes 2019-01-03 21:55:25 +01:00
parent 81761cae96
commit 183e509dd9
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 3 additions and 3 deletions

View file

@ -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