diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-30 22:58:55 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2010-11-23 17:10:25 +0100 |
commit | b765ca3e7c88da1e75c022a07e3905fb28414750 (patch) | |
tree | a6489aad226935428adcd7c53e94d384cc502017 /gtk/channel-main.h | |
parent | 73bef4782ace7ecdb3290b848673656a20643351 (diff) |
more clipboard bits
Diffstat (limited to 'gtk/channel-main.h')
-rw-r--r-- | gtk/channel-main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/channel-main.h b/gtk/channel-main.h index c019607..0e6f2c8 100644 --- a/gtk/channel-main.h +++ b/gtk/channel-main.h @@ -34,6 +34,13 @@ struct _SpiceMainChannelClass { GType spice_main_channel_get_type(void); +enum SpiceMouseMode spice_main_get_mouse_mode(SpiceChannel *channel); +void spice_main_set_display(SpiceChannel *channel, int id, + int x, int y, int width, int height); + +void spice_main_clipboard_grab(SpiceChannel *channel, int *types, int ntypes); +void spice_main_clipboard_release(SpiceChannel *channel); + G_END_DECLS #endif /* __SPICE_CLIENT_MAIN_CHANNEL_H__ */ |