mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Wayland: Load a bigger cursor theme for HiDPI
This commit is contained in:
committed by
linkmauve
parent
5ea6e6cda2
commit
321062833a
@@ -240,6 +240,7 @@ typedef struct _GLFWlibraryWayland
|
||||
int seatVersion;
|
||||
|
||||
struct wl_cursor_theme* cursorTheme;
|
||||
struct wl_cursor_theme* cursorThemeHiDPI;
|
||||
struct wl_surface* cursorSurface;
|
||||
int cursorTimerfd;
|
||||
uint32_t pointerSerial;
|
||||
|
||||
Reference in New Issue
Block a user