mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/keyboard.c: Make any_modifier_pressed() global
This commit is contained in:
parent
d309df6f87
commit
a0d1003f28
2 changed files with 4 additions and 3 deletions
|
|
@ -522,6 +522,7 @@ void cursor_init(struct seat *seat);
|
|||
void cursor_finish(struct seat *seat);
|
||||
|
||||
void keyboard_init(struct seat *seat);
|
||||
bool keyboard_any_modifiers_pressed(struct wlr_keyboard *keyboard);
|
||||
void keyboard_finish(struct seat *seat);
|
||||
|
||||
void touch_init(struct seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue