mirror of
https://github.com/labwc/labwc.git
synced 2026-03-19 05:33:53 -04:00
Make touch depend on cursor to prevent racing
This commit is contained in:
parent
8d0812d45a
commit
5e1562fae6
5 changed files with 18 additions and 14 deletions
|
|
@ -418,9 +418,6 @@ 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);
|
||||
void touch_finish(struct seat *seat);
|
||||
|
||||
void seat_init(struct server *server);
|
||||
void seat_finish(struct server *server);
|
||||
void seat_reconfigure(struct server *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue