commit | 321062833a6c452d805b5af6b8fbd646e31aeddc | [log] [tgz] |
---|---|---|
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | Tue Sep 11 14:18:52 2018 +0200 |
committer | linkmauve <linkmauve@linkmauve.fr> | Tue Sep 11 14:28:44 2018 +0200 |
tree | e0c51be909da3fe47da66113c7680c4c4fa2d416 | |
parent | 5ea6e6cda2210c7beac9641eb683e8c4a1e97bfe [diff] [blame] |
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;