aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-04-08 12:47:56 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-04-08 12:47:56 -0400
commit07638daebf36ae63d18f63afdfda0337c36a014c (patch)
treeec7daa6d31dfc6cbe3ff8e9db1bba2754077eedb /include
parent6d7726d6dae89071819d54b62ab5ea2aaa1813c3 (diff)
parent033712a5a9baffc8862ef6f57b5620317ab7ed83 (diff)
Merge branch 'wlroots' into focus-inactive-fixes
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/cursor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h
index 64917ce5..8f907dcd 100644
--- a/include/sway/input/cursor.h
+++ b/include/sway/input/cursor.h
@@ -1,6 +1,6 @@
#ifndef _SWAY_INPUT_CURSOR_H
#define _SWAY_INPUT_CURSOR_H
-
+#include <stdint.h>
#include "sway/input/seat.h"
struct sway_cursor {
@@ -22,6 +22,8 @@ struct sway_cursor {
struct wl_listener tool_axis;
struct wl_listener tool_tip;
+ struct wl_listener tool_button;
+ uint32_t tool_buttons;
struct wl_listener request_set_cursor;
};