From 147a88260a74f536e1a1e513f0f8087d02982b00 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 16 Jul 2016 09:09:22 -0400 Subject: Fix #753 --- include/client/window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/client') diff --git a/include/client/window.h b/include/client/window.h index e07e3509..296dd9ed 100644 --- a/include/client/window.h +++ b/include/client/window.h @@ -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); }; -- cgit v1.2.3-54-g00ecf