]> git.proxmox.com Git - mirror_qemu.git/commit
Add compat for GDK_KEY_XXX symbols
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:46 +0000 (15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:55 +0000 (13:29 -0600)
commitbc0477c7d6445730b22e733ad4a65f0cc23fa405
treef121e5cb29adb1440088dbf642a332eb4ccb9b24
parentef6413a2a833abe24aae072bd59c7434969fc59d
Add compat for GDK_KEY_XXX symbols

The GDK_KEY_XXX symbols are new in GTK3 and only the most
recent GTK2 releases. Most versions of GTK2 have simply
used GDK_XXX

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1361805646-6425-14-git-send-email-berrange@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/gtk.c