mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Incorporate XKBCommon into example
This commit is contained in:
parent
c385a7f8af
commit
5dd96c0772
7 changed files with 81 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue