Wayland: Use HiDPI cursors for standard cursors

This commit is contained in:
Emmanuel Gil Peyrot
2018-09-11 14:24:43 +02:00
committed by linkmauve
parent e0b83bbe8d
commit 15cad02235
2 changed files with 32 additions and 9 deletions
+1
View File
@@ -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;