diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-04-08 18:18:44 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2013-04-09 15:24:47 +0200 |
commit | b44281a003640a650dc3d95466d62ec6f053c76e (patch) | |
tree | 36b19078b5cdf5ff302121394b29bd83292f579d /gtk/channel-main.h | |
parent | db0a525588970859b67cf44c071c849b638f6eec (diff) | |
download | spice-gtk-b44281a003640a650dc3d95466d62ec6f053c76e.tar.gz spice-gtk-b44281a003640a650dc3d95466d62ec6f053c76e.tar.xz spice-gtk-b44281a003640a650dc3d95466d62ec6f053c76e.zip |
main: add spice_main_update_display()
Allow to change locally display resolution without sending it to remote,
this is useful to keep local information without bothering the remote.
Diffstat (limited to 'gtk/channel-main.h')
-rw-r--r-- | gtk/channel-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/channel-main.h b/gtk/channel-main.h index adba0a2..3e4fc42 100644 --- a/gtk/channel-main.h +++ b/gtk/channel-main.h @@ -69,6 +69,8 @@ GType spice_main_channel_get_type(void); void spice_main_set_display(SpiceMainChannel *channel, int id, int x, int y, int width, int height); +void spice_main_update_display(SpiceMainChannel *channel, int id, + int x, int y, int width, int height, gboolean update); void spice_main_set_display_enabled(SpiceMainChannel *channel, int id, gboolean enabled); gboolean spice_main_send_monitor_config(SpiceMainChannel *channel); |