diff options
author | emersion <contact@emersion.fr> | 2017-10-29 20:03:56 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-31 12:30:57 +0100 |
commit | 044173d1dfbce7bdc3ae134a829f2bb0d88d208b (patch) | |
tree | 187beb42d2dadb9c37f00d5382b5a09ff0a9b550 /rootston/xcursor.c | |
parent | c3b09f73da0d1fc4815f4b085ca07e30d175f549 (diff) |
Add multi-pointer example
Diffstat (limited to 'rootston/xcursor.c')
-rw-r--r-- | rootston/xcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/xcursor.c b/rootston/xcursor.c index 0d18e1f0..43cbfc51 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, "grabbing"); + return wlr_xcursor_theme_get_cursor(theme, "left_ptr"); } struct wlr_xcursor *get_move_xcursor(struct wlr_xcursor_theme *theme) { |