desktop-shell: Declare grab_cursor as enum cursor_type.
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index cf28246..61599c3 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -53,7 +53,7 @@
 	struct window *grab_window;
 	struct widget *grab_widget;
 
-	enum desktop_shell_cursor grab_cursor;
+	enum cursor_type grab_cursor;
 };
 
 struct surface {