[PATCH weston 2/2] desktop-shell: Declare grab_cursor as enum cursor_type.

Scott Moreau oreaus at gmail.com
Sun Jul 22 17:23:52 PDT 2012


---
 clients/desktop-shell.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 desktop {
 	struct window *grab_window;
 	struct widget *grab_widget;
 
-	enum desktop_shell_cursor grab_cursor;
+	enum cursor_type grab_cursor;
 };
 
 struct surface {
-- 
1.7.10.4



More information about the wayland-devel mailing list