From: Cole Robinson <crobinso@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes
Date: Fri, 14 Mar 2014 08:03:50 -0400 [thread overview]
Message-ID: <5322F026.10203@redhat.com> (raw)
In-Reply-To: <1394790493.5732.5.camel@nilsson.home.kraxel.org>
On 03/14/2014 05:48 AM, Gerd Hoffmann wrote:
> On Do, 2014-03-13 at 15:30 -0400, Cole Robinson wrote:
>> First patch documents a configure option.
>> Next 3 patches fix deprecation warnings on gtk 3.10.
>> The remaining patches are bug fixes.
>>
>> v2:
>> Add configure patch
>> Fix building against GTK2
>
> I'll go cherry-pick the two warp bugfixes (patches 6+7) for qemu 2.0.
>
> I'll leave the other cleanups for 2.1. The gtk2/3 compatibility isn't
> that easy to get right it seems. Our current mimimal required gtk
> version is 2.18, and on rhel6 (2.20) the build still fails:
>
> CC ui/gtk.o
> In file included from /usr/include/gtk-2.0/gtk/gtk.h:233,
> from ui/gtk.c:48:
> /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function
> declaration isn’t a prototype
> ui/gtk.c: In function ‘gd_create_menu_machine’:
> ui/gtk.c:1308: error: ‘GDK_KEY_q’ undeclared (first use in this
> function)
> ui/gtk.c:1308: error: (Each undeclared identifier is reported only once
> ui/gtk.c:1308: error: for each function it appears in.)
> make: *** [ui/gtk.o] Error 1
>
Hmm, thanks for testing. I didn't notice the GDK_KEY_foo back compat defines
at the top of gtk.c, we need one for GDK_KEY_q as well.
Would you prefer I wait until after 2.0 is out to resubmit the series?
- Cole
next prev parent reply other threads:[~2014-03-14 12:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-13 19:30 [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 1/7] configure: Document --with-gtkabi Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 2/7] gtk: Don't use deprecated gtk_image_menu_item_new_with_mnemonic Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 3/7] gtk: Don't use deprecated vte_terminal_get_adjustment Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 4/7] gtk: Remove use of deprecated stock items Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 5/7] gtk: Use ctrl+alt+q for quit accelerator Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 6/7] gtk: Fix mouse warping with gtk3 Cole Robinson
2014-03-13 19:30 ` [Qemu-devel] [PATCH v2 7/7] gtk: Don't warp absolute pointer Cole Robinson
2014-03-14 9:48 ` [Qemu-devel] [PATCH v2 0/7] gtk: A few bug fixes Gerd Hoffmann
2014-03-14 12:03 ` Cole Robinson [this message]
2014-03-14 12:09 ` Gerd Hoffmann
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=5322F026.10203@redhat.com \
--to=crobinso@redhat.com \
--cc=aliguori@amazon.com \
--cc=kraxel@redhat.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.