From ec116022ecb4f26ed1629dfe3ad0341f38f45ac5 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Sun, 22 Jul 2012 18:23:52 -0600 Subject: [PATCH] desktop-shell: Declare grab_cursor as enum cursor_type. --- 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 { -- 2.7.4