mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Wayland: Use HiDPI cursors for standard cursors
This commit is contained in:
committed by
linkmauve
parent
e0b83bbe8d
commit
15cad02235
@@ -335,6 +335,7 @@ typedef struct _GLFWmonitorWayland
|
||||
typedef struct _GLFWcursorWayland
|
||||
{
|
||||
struct wl_cursor* cursor;
|
||||
struct wl_cursor* cursorHiDPI;
|
||||
struct wl_buffer* buffer;
|
||||
int width, height;
|
||||
int xhot, yhot;
|
||||
|
||||
Reference in New Issue
Block a user