more os/gfx linux coverage

This commit is contained in:
Ryan Fleury
2025-05-11 15:19:40 -07:00
parent 684402efac
commit 1896ec2a85
2 changed files with 71 additions and 6 deletions
+3
View File
@@ -9,6 +9,7 @@
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
#include <X11/extensions/sync.h>
#include <X11/keysym.h>
#include <X11/keysymdef.h>
@@ -40,6 +41,8 @@ struct OS_LNX_GfxState
Atom wm_delete_window_atom;
Atom wm_sync_request_atom;
Atom wm_sync_request_counter_atom;
Cursor cursors[OS_Cursor_COUNT];
OS_Cursor last_set_cursor;
OS_GfxInfo gfx_info;
};