We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0c0ec commit 557e4b7Copy full SHA for 557e4b7
1 file changed
src/backends/meta-cursor-sprite-xcursor.c
@@ -79,9 +79,9 @@ meta_cursor_get_name (MetaCursor cursor)
79
case META_CURSOR_NOT_ALLOWED:
80
return "crossed_circle";
81
case META_CURSOR_GRAB:
82
- return "hand2";
+ return "grab";
83
case META_CURSOR_GRABBING:
84
+ return "grabbing";
85
case META_CURSOR_E_RESIZE:
86
return "right_side";
87
case META_CURSOR_N_RESIZE:
@@ -165,9 +165,9 @@ meta_cursor_get_legacy_name (MetaCursor cursor)
165
166
167
168
169
170
171
172
173
0 commit comments