mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Fix #753
This commit is contained in:
parent
e66f813d49
commit
147a88260a
3 changed files with 8 additions and 5 deletions
|
|
@ -38,8 +38,7 @@ struct pointer_input {
|
|||
int last_x;
|
||||
int last_y;
|
||||
|
||||
void (*notify_button)(struct window *window, int x, int y, uint32_t button);
|
||||
|
||||
void (*notify_button)(struct window *window, int x, int y, uint32_t button, uint32_t state_w);
|
||||
void (*notify_scroll)(struct window *window, enum scroll_direction direction);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue