This commit is contained in:
Drew DeVault 2016-07-16 09:09:22 -04:00
parent e66f813d49
commit 147a88260a
3 changed files with 8 additions and 5 deletions

View file

@ -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);
}
}