summaryrefslogtreecommitdiff
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2017-10-22 11:38:30 -0400
committerDrew DeVault <[email protected]>2017-11-11 09:09:17 -0500
commit0f45fad18cf56910aa339c7c6ad1a661e96cfb0d (patch)
tree1ecf1d65177844ec0dc9ed3e1a8b55382e648be0 /include/sway/server.h
parent7414d9232751d378ff2840b7fb45e711b7f69477 (diff)
Establish sway input submodule
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 9cd760ac..22069f9c 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -10,9 +10,6 @@
#include <wlr/xwayland.h>
struct sway_server {
- // TODO WLR
- //struct roots_input *input;
-
struct wl_display *wl_display;
struct wl_event_loop *wl_event_loop;
@@ -20,6 +17,8 @@ struct sway_server {
struct wlr_renderer *renderer;
struct wlr_data_device_manager *data_device_manager;
+
+ struct sway_input *input;
};
bool server_init(struct sway_server *server);