diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 01:45:08 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 01:45:08 -0400 |
| commit | ba3a68a4f73f6653b1e1b095abc08234dedc504d (patch) | |
| tree | c7f12e78cd6d97c7f559811064865bc8a6eeeb9f /state.h | |
| parent | f23baade916e844b6b6c9714e6b5d81020f6ba57 (diff) | |
added graphics.h
Diffstat (limited to 'state.h')
| -rw-r--r-- | state.h | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -1,5 +1,6 @@ #ifndef STATE_H_ #define STATE_H_ + #include <wayland-client.h> #include <wayland-egl.h> #include <wlr-layer-shell-unstable-v1.h> @@ -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; |
