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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 25eb64fe..61f21cdb 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -18,7 +18,6 @@ struct sway_server {
18 const char *socket; 18 const char *socket;
19 19
20 struct wlr_backend *backend; 20 struct wlr_backend *backend;
21 struct wlr_renderer *renderer;
22 21
23 struct wlr_compositor *compositor; 22 struct wlr_compositor *compositor;
24 struct wlr_data_device_manager *data_device_manager; 23 struct wlr_data_device_manager *data_device_manager;
@@ -26,7 +25,6 @@ struct sway_server {
26 struct sway_input_manager *input; 25 struct sway_input_manager *input;
27 26
28 struct wl_listener new_output; 27 struct wl_listener new_output;
29 struct wl_listener output_frame;
30 28
31 struct wlr_layer_shell *layer_shell; 29 struct wlr_layer_shell *layer_shell;
32 struct wl_listener layer_shell_surface; 30 struct wl_listener layer_shell_surface;