diff options
| author | Peter Maydell | 2015-05-11 11:43:08 +0200 |
|---|---|---|
| committer | Peter Maydell | 2015-05-11 11:43:08 +0200 |
| commit | ec62ad1e27ffd1f7ff2172a916d161cc385e73bd (patch) | |
| tree | 6d9ec56ad4e594bf566ae8568d4116f1416c879f /include/ui/console.h | |
| parent | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150508-1' into s... (diff) | |
| parent | gtk: update mouse position in mouse_set() (diff) | |
| download | qemu-ec62ad1e27ffd1f7ff2172a916d161cc385e73bd.tar.gz qemu-ec62ad1e27ffd1f7ff2172a916d161cc385e73bd.tar.xz qemu-ec62ad1e27ffd1f7ff2172a916d161cc385e73bd.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150508-1' into staging
gtk: add ui_info support, cleanups + fixes.
# gpg: Signature made Fri May 8 12:47:04 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
* remotes/kraxel/tags/pull-gtk-20150508-1:
gtk: update mouse position in mouse_set()
gtk: create gtk.h
gtk: add ui_info support
console: add dpy_ui_info_supported
console: delayed ui_info guest notification
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/ui/console.h')
| -rw-r--r-- | include/ui/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 0b7589600b..e8b3a9ea8d 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -228,6 +228,7 @@ void update_displaychangelistener(DisplayChangeListener *dcl, uint64_t interval); void unregister_displaychangelistener(DisplayChangeListener *dcl); +bool dpy_ui_info_supported(QemuConsole *con); int dpy_set_ui_info(QemuConsole *con, QemuUIInfo *info); void dpy_gfx_update(QemuConsole *con, int x, int y, int w, int h); |
