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