commit | ec116022ecb4f26ed1629dfe3ad0341f38f45ac5 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Sun Jul 22 18:23:52 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jul 23 10:48:45 2012 -0400 |
tree | 844ada9b524375c348797e1ea7b2fa5bbc7662e7 | |
parent | 776a5637028e158e9b90ae7fdedb47138a9a529a [diff] [blame] |
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 {