From 06abc015b39e0338bab88367f30d2439c4c7d41c Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 2 Nov 2021 10:52:48 +0000 Subject: Add option to hide the cursor. --- src/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.h') 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 */ -- cgit v1.2.3