aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-10-29 18:45:53 +0100
committeremersion <contact@emersion.fr>2017-10-31 12:30:57 +0100
commitc3b09f73da0d1fc4815f4b085ca07e30d175f549 (patch)
tree99536edd699875c9fee792951b00ffecaf13ddb0 /rootston
parent4230a577cc878607c2db1e6e5e7051b9e7653584 (diff)
Fix cursor hotspot with rotated outputs on DRM backend
Diffstat (limited to 'rootston')
-rw-r--r--rootston/xcursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xcursor.c b/rootston/xcursor.c
index 43cbfc51..0d18e1f0 100644
--- a/rootston/xcursor.c
+++ b/rootston/xcursor.c
@@ -2,7 +2,7 @@
#include "rootston/input.h"
struct wlr_xcursor *get_default_xcursor(struct wlr_xcursor_theme *theme) {
- return wlr_xcursor_theme_get_cursor(theme, "left_ptr");
+ return wlr_xcursor_theme_get_cursor(theme, "grabbing");
}
struct wlr_xcursor *get_move_xcursor(struct wlr_xcursor_theme *theme) {