aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <aur@clouddrop.de>2018-07-24 23:37:41 +0200
committerLibravatar Pascal Pascher <aur@clouddrop.de>2018-07-24 23:37:41 +0200
commit2bf893248a94c7f70a9557aad4a8228731041eeb (patch)
treeec86137e1b5881151b20917f311ecce3d24fba8f /include/sway/server.h
parentAdded meson option "enable_xwayland" (default: true) to enable/disable xwayla... (diff)
downloadsway-2bf893248a94c7f70a9557aad4a8228731041eeb.tar.gz
sway-2bf893248a94c7f70a9557aad4a8228731041eeb.tar.zst
sway-2bf893248a94c7f70a9557aad4a8228731041eeb.zip
style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index fb22125f..b6a6bde3 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -41,11 +41,11 @@ struct sway_server {
41 41
42 struct wlr_xdg_shell *xdg_shell; 42 struct wlr_xdg_shell *xdg_shell;
43 struct wl_listener xdg_shell_surface; 43 struct wl_listener xdg_shell_surface;
44 #ifdef HAVE_XWAYLAND 44#ifdef HAVE_XWAYLAND
45 struct sway_xwayland xwayland; 45 struct sway_xwayland xwayland;
46 struct wl_listener xwayland_surface; 46 struct wl_listener xwayland_surface;
47 struct wl_listener xwayland_ready; 47 struct wl_listener xwayland_ready;
48 #endif 48#endif
49 bool debug_txn_timings; 49 bool debug_txn_timings;
50 50
51 list_t *transactions; 51 list_t *transactions;