commit 0b10c0b
Michael Forney
·
2014-08-17 04:39:32 +0000 UTC
parent fe96140
Enable button bindings (whoops)
1 files changed,
+2,
-0
+2,
-0
1@@ -73,6 +73,8 @@ static void setup_compositor()
2
3 wl_list_insert(&swc.seat->keyboard->handlers,
4 &swc.bindings->keyboard_handler->link);
5+ wl_list_insert(&swc.seat->pointer->handlers,
6+ &swc.bindings->pointer_handler->link);
7 wl_list_insert(&swc.seat->pointer->handlers,
8 &swc.compositor->pointer_handler->link);
9 wl_list_insert(&swc.seat->pointer->handlers,