aboutsummaryrefslogtreecommitdiff
path: root/include/cursor.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-15 04:25:10 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-15 04:25:10 +0200
commit69fc104d20316be31722d66545bd2038e888d425 (patch)
tree43deb5d37f76e444b3712e0615d80c7b03303082 /include/cursor.h
parentf6f8fdb33c630973cc0cc8c1f4f92efa6e4cb7c8 (diff)
Remove xi2 code, it's not needed
Diffstat (limited to 'include/cursor.h')
-rw-r--r--include/cursor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cursor.h b/include/cursor.h
index 323d098..1564714 100644
--- a/include/cursor.h
+++ b/include/cursor.h
@@ -8,7 +8,6 @@ typedef struct {
gsr_egl *egl;
Display *display;
int x_fixes_event_base;
- int xi_opcode;
unsigned int texture_id;
vec2i size;
@@ -17,7 +16,6 @@ typedef struct {
bool cursor_image_set;
bool visible;
- bool cursor_moved;
} gsr_cursor;
int gsr_cursor_init(gsr_cursor *self, gsr_egl *egl, Display *display);