summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 7ebea86..9afb3aa 100644
--- a/src/client.h
+++ b/src/client.h
@@ -28,6 +28,7 @@ struct client_state {
/* Objects */
struct wl_keyboard *wl_keyboard;
+ struct wl_pointer *wl_pointer;
/* State */
bool closed;
@@ -53,6 +54,9 @@ struct client_state {
const char *username;
const char *command;
bool submit;
+
+ /* Options */
+ bool hide_cursor;
};
#endif /* CLIENT_H */