From ba3a68a4f73f6653b1e1b095abc08234dedc504d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 11 Oct 2025 01:45:08 -0400 Subject: added graphics.h --- state.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'state.h') diff --git a/state.h b/state.h index 514b263..fec2cd3 100644 --- a/state.h +++ b/state.h @@ -1,5 +1,6 @@ #ifndef STATE_H_ #define STATE_H_ + #include #include #include @@ -24,18 +25,10 @@ typedef struct { struct wl_keyboard* keyboard; struct wl_pointer* pointer; - struct wl_surface* cursor_surface; - struct wl_cursor_image* cursor_image; - struct wl_cursor_theme* cursor_theme; - struct wl_buffer* cursor_buffer; - struct wl_cursor* cursor; - - struct wl_buffer* screen_buffer; - struct wp_cursor_shape_manager_v1* cursor_shape_manager; struct wp_cursor_shape_device_v1* cursor_shape_device; - struct xkb_context* xkb_context; + struct xkb_context* xkb_context; struct xkb_keymap* xkb_keymap; struct xkb_state* xkb_state; struct xkb_compose_state* xkb_compose_state; -- cgit v1.2.3