From: Anthony Liguori <anthony@codemonkey.ws>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Update to new DisplayChangeListener member names
Date: Fri, 02 Nov 2012 14:15:11 -0500 [thread overview]
Message-ID: <87r4obn7eo.fsf@codemonkey.ws> (raw)
In-Reply-To: <1351868083-26313-1-git-send-email-peter.maydell@linaro.org>
Peter Maydell <peter.maydell@linaro.org> 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 <peter.maydell@linaro.org>
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
prev parent reply other threads:[~2012-11-02 19:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 14:54 [Qemu-devel] [PATCH] ui/cocoa.m: Update to new DisplayChangeListener member names Peter Maydell
2012-11-02 14:59 ` Gerd Hoffmann
2012-11-02 15:04 ` Andreas Färber
2012-11-02 15:19 ` Peter Maydell
2012-11-02 15:41 ` Gerd Hoffmann
2012-11-02 15:44 ` Andreas Färber
2012-11-02 16:15 ` Anthony Liguori
2012-11-02 19:15 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r4obn7eo.fsf@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=kraxel@redhat.com \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).