desktop-shell: Declare grab_cursor as enum cursor_type.
authorScott Moreau <oreaus@gmail.com>
Mon, 23 Jul 2012 00:23:52 +0000 (18:23 -0600)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 23 Jul 2012 14:48:45 +0000 (10:48 -0400)
clients/desktop-shell.c

index cf28246..61599c3 100644 (file)
@@ -53,7 +53,7 @@ struct desktop {
        struct window *grab_window;
        struct widget *grab_widget;
 
-       enum desktop_shell_cursor grab_cursor;
+       enum cursor_type grab_cursor;
 };
 
 struct surface {