Wayland: Load a bigger cursor theme for HiDPI
diff --git a/src/wl_platform.h b/src/wl_platform.h
index 1c9d9e0..1535f16 100644
--- a/src/wl_platform.h
+++ b/src/wl_platform.h
@@ -240,6 +240,7 @@
     int                         seatVersion;
 
     struct wl_cursor_theme*     cursorTheme;
+    struct wl_cursor_theme*     cursorThemeHiDPI;
     struct wl_surface*          cursorSurface;
     int                         cursorTimerfd;
     uint32_t                    pointerSerial;