summaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 7cbca4f2..a43cbf72 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -12,7 +12,6 @@
12#include <wlr/types/wlr_presentation_time.h> 12#include <wlr/types/wlr_presentation_time.h>
13#include <wlr/types/wlr_relative_pointer_v1.h> 13#include <wlr/types/wlr_relative_pointer_v1.h>
14#include <wlr/types/wlr_server_decoration.h> 14#include <wlr/types/wlr_server_decoration.h>
15#include <wlr/types/wlr_xdg_shell_v6.h>
16#include <wlr/types/wlr_xdg_shell.h> 15#include <wlr/types/wlr_xdg_shell.h>
17#include "config.h" 16#include "config.h"
18#include "list.h" 17#include "list.h"
@@ -42,9 +41,6 @@ struct sway_server {
42 struct wlr_layer_shell_v1 *layer_shell; 41 struct wlr_layer_shell_v1 *layer_shell;
43 struct wl_listener layer_shell_surface; 42 struct wl_listener layer_shell_surface;
44 43
45 struct wlr_xdg_shell_v6 *xdg_shell_v6;
46 struct wl_listener xdg_shell_v6_surface;
47
48 struct wlr_xdg_shell *xdg_shell; 44 struct wlr_xdg_shell *xdg_shell;
49 struct wl_listener xdg_shell_surface; 45 struct wl_listener xdg_shell_surface;
50 46
@@ -105,7 +101,6 @@ void handle_new_output(struct wl_listener *listener, void *data);
105 101
106void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data); 102void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data);
107void handle_layer_shell_surface(struct wl_listener *listener, void *data); 103void handle_layer_shell_surface(struct wl_listener *listener, void *data);
108void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data);
109void handle_xdg_shell_surface(struct wl_listener *listener, void *data); 104void handle_xdg_shell_surface(struct wl_listener *listener, void *data);
110#if HAVE_XWAYLAND 105#if HAVE_XWAYLAND
111void handle_xwayland_surface(struct wl_listener *listener, void *data); 106void handle_xwayland_surface(struct wl_listener *listener, void *data);