qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/18] console: fix displaychangelisteners inter


From: Niel van der Westhuizen
Subject: Re: [Qemu-devel] [PATCH 01/18] console: fix displaychangelisteners interface
Date: Tue, 19 Mar 2013 04:49:18 +1100

On 12 March 2013 21:32, Gerd Hoffmann <address@hidden> wrote:
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index ca42413..b1fb30e 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -1030,6 +1034,14 @@ static void cocoa_cleanup(void)
>      g_free(dcl);
>  }
>
> +static const DisplayChangeListenerOps dcl_ops = {
> +    .dpy_name          = "cocoa",
> +    .dpy_gfx_update = cocoa_update;
> +    .dpy_gfx_resize = cocoa_resize;
> +    .dpy_gfx_setdata = cocoa_setdata;
> +    .dpy_refresh = cocoa_refresh;
> +};
> +
>  void cocoa_display_init(DisplayState *ds, int full_screen)
>  {
>      COCOA_DEBUG("qemu_cocoa: cocoa_display_init\n");

Typo...

Cheers,
Niel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]