qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ui/cocoa.m: Update to new DisplayChangeListener


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Update to new DisplayChangeListener member names
Date: Fri, 02 Nov 2012 14:15:11 -0500
User-agent: Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Peter Maydell <address@hidden> writes:

> Commit a93a4a2 changed the names of some fields in DisplayChangeListener
> and broke compilation of the cocoa UI. Update to the new names.
>
> Signed-off-by: Peter Maydell <address@hidden>

Applied. Thanks.

Regards,

Anthony Liguori

> ---
>  ui/cocoa.m | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index 2383646..87d2e44 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -1017,8 +1017,8 @@ void cocoa_display_init(DisplayState *ds, int 
> full_screen)
>      dcl = g_malloc0(sizeof(DisplayChangeListener));
>  
>      // register vga output callbacks
> -    dcl->dpy_update = cocoa_update;
> -    dcl->dpy_resize = cocoa_resize;
> +    dcl->dpy_gfx_update = cocoa_update;
> +    dcl->dpy_gfx_resize = cocoa_resize;
>      dcl->dpy_refresh = cocoa_refresh;
>  
>       register_displaychangelistener(ds, dcl);
> -- 
> 1.7.11.4



reply via email to

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