Remove xi2 code, it's not needed

This commit is contained in:
dec05eba
2024-09-15 04:25:10 +02:00
parent f6f8fdb33c
commit 69fc104d20
5 changed files with 2 additions and 63 deletions

View File

@@ -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);