mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
move xwayland.h include to ifdef block for X11
This commit is contained in:
parent
b04e02cd60
commit
65a735f70c
1 changed files with 1 additions and 1 deletions
2
output.c
2
output.c
|
|
@ -19,6 +19,7 @@
|
|||
#include <wlr/backend/wayland.h>
|
||||
#if WLR_HAS_X11_BACKEND
|
||||
#include <wlr/backend/x11.h>
|
||||
#include "xwayland.h"
|
||||
#endif
|
||||
#include <wlr/render/wlr_renderer.h>
|
||||
#include <wlr/types/wlr_data_device.h>
|
||||
|
|
@ -36,7 +37,6 @@
|
|||
#include "server.h"
|
||||
#include "util.h"
|
||||
#include "view.h"
|
||||
#include "xwayland.h"
|
||||
|
||||
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