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

Kristian Høgsberg hoegsberg at gmail.com
Mon Jul 23 07:48:58 PDT 2012


On Sun, Jul 22, 2012 at 06:23:52PM -0600, Scott Moreau wrote:
> ---
>  clients/desktop-shell.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Cool, thanks.
Kristian

> 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
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list