aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 09:29:34 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 09:29:34 -0400
commit5c08e13e5093a393a42b7310de9ac24bb374d313 (patch)
tree143f996b86221a3b3613ce807bc15e2a95ca7817 /sway/server.c
parentConfigure linux_dmabuf, primary_selection (diff)
downloadsway-5c08e13e5093a393a42b7310de9ac24bb374d313.tar.gz
sway-5c08e13e5093a393a42b7310de9ac24bb374d313.tar.zst
sway-5c08e13e5093a393a42b7310de9ac24bb374d313.zip
Set Xwayland seat on focus
Necessary to make primary selection syncronize
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/server.c b/sway/server.c
index 59e7dc3f..f5cc199c 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -110,7 +110,6 @@ bool server_init(struct sway_server *server) {
110 } 110 }
111 111
112 input_manager = sway_input_manager_create(server); 112 input_manager = sway_input_manager_create(server);
113
114 return true; 113 return true;
115} 114}
116 115