mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
Fix #753
This commit is contained in:
parent
e66f813d49
commit
147a88260a
3 changed files with 8 additions and 5 deletions
|
|
@ -42,7 +42,7 @@ static void pointer_handle_button(void *data, struct wl_pointer *pointer, uint32
|
|||
struct pointer_input *input = &window->pointer_input;
|
||||
|
||||
if (window->pointer_input.notify_button) {
|
||||
window->pointer_input.notify_button(window, input->last_x, input->last_y, button);
|
||||
window->pointer_input.notify_button(window, input->last_x, input->last_y, button, state_w);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue