mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
output: wrap xwayland.h include in CAGE_HAS_XWAYLAND (#120)
* move xwayland.h include to ifdef block for X11 * use correct ifdef CAGE_HAS_XWAYLAND
This commit is contained in:
parent
b04e02cd60
commit
e3be8159b3
1 changed files with 2 additions and 0 deletions
2
output.c
2
output.c
|
|
@ -36,7 +36,9 @@
|
|||
#include "server.h"
|
||||
#include "util.h"
|
||||
#include "view.h"
|
||||
#if CAGE_HAS_XWAYLAND
|
||||
#include "xwayland.h"
|
||||
#endif
|
||||
|
||||
static void output_for_each_surface(struct cg_output *output, cg_surface_iterator_func_t iterator, void *user_data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue