desktop-shell: Declare grab_cursor as enum cursor_type.

This commit is contained in:
Scott Moreau 2012-07-22 18:23:52 -06:00 committed by Kristian Høgsberg
parent 776a563702
commit ec116022ec
1 changed files with 1 additions and 1 deletions

View 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 {