Wayland: Use HiDPI cursors on decorations

This commit is contained in:
Emmanuel Gil Peyrot
2018-09-11 14:20:02 +02:00
committed by linkmauve
parent 321062833a
commit e0b83bbe8d
2 changed files with 17 additions and 6 deletions
+1
View File
@@ -721,6 +721,7 @@ setCursorImage(_GLFWcursorWayland* cursorWayland)
surface,
cursorWayland->xhot,
cursorWayland->yhot);
wl_surface_set_buffer_scale(surface, 1);
wl_surface_attach(surface, buffer, 0, 0);
wl_surface_damage(surface, 0, 0,
cursorWayland->width, cursorWayland->height);