diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2016-07-11 22:51:50 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2016-07-11 22:51:50 -0500 |
| commit | 7df419d0967bea115d5c9c2ad54dfed3bf5a21b3 (patch) | |
| tree | a1821de987be001f015e1ad0240765bdafe12130 /include/client | |
| parent | 2ba18eb3f5aeee9954471af82e8efefe43621afa (diff) | |
Rename pointer_input::notify to indicate that is called on button clicks
Diffstat (limited to 'include/client')
| -rw-r--r-- | include/client/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/client/window.h b/include/client/window.h index 55a12225..98d19a2b 100644 --- a/include/client/window.h +++ b/include/client/window.h @@ -31,7 +31,7 @@ struct pointer_input { int last_x; int last_y; - void (*notify)(struct window *window, int x, int y, uint32_t button); + void (*notify_button)(struct window *window, int x, int y, uint32_t button); }; struct window { |
