diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-12 21:53:41 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-13 08:10:36 -0400 |
commit | 5dd96c077238b314162570655ea970ba6c2f8693 (patch) | |
tree | c3bce596714e968ff01b90c5998ac3f305835554 /include | |
parent | c385a7f8afb765c510cad03d396198c76e318ca0 (diff) |
Incorporate XKBCommon into example
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types.h b/include/wlr/types.h index 389989e8..af23152c 100644 --- a/include/wlr/types.h +++ b/include/wlr/types.h @@ -50,8 +50,6 @@ void wlr_output_destroy(struct wlr_output *output); void wlr_output_effective_resolution(struct wlr_output *output, int *width, int *height); -// TODO: keymaps - struct wlr_keyboard_state; struct wlr_keyboard_impl; @@ -61,7 +59,6 @@ struct wlr_keyboard { struct { struct wl_signal key; - struct wl_signal mods; } events; }; |