diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index cf282465..61599c36 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 {