aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-09 17:31:21 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-13 08:10:36 -0400
commit0e75d157f52db45a1af350574bd95cccbd09fa57 (patch)
treedfc6134d419cab1798707f6b072c7be6730085dd /include/wlr/backend.h
parent019fff06be1ad460ac427bea070fbe7a61c09ea8 (diff)
Initialize keyboards from libinput
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
index 32d96a8d..db85c169 100644
--- a/include/wlr/backend.h
+++ b/include/wlr/backend.h
@@ -12,14 +12,10 @@ struct wlr_backend {
struct wlr_backend_state *state;
struct {
+ struct wl_signal input_add;
+ struct wl_signal input_remove;
struct wl_signal output_add;
struct wl_signal output_remove;
- struct wl_signal keyboard_add;
- struct wl_signal keyboard_remove;
- struct wl_signal pointer_add;
- struct wl_signal pointer_remove;
- struct wl_signal touch_add;
- struct wl_signal touch_remove;
} events;
};