summaryrefslogtreecommitdiff
path: root/gtk/spice-channel.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-10-08 14:06:00 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2010-11-23 17:10:25 +0100
commitd96cc24d450eb411876ddbc996a9931e0bd4814e (patch)
tree6b2087a5b58533e2fcd9369acb53c1ce9b779854 /gtk/spice-channel.h
parent8b24cf4c1dbf38c68547970e1b87bfe7f139065d (diff)
main channel signal fixup.
Diffstat (limited to 'gtk/spice-channel.h')
-rw-r--r--gtk/spice-channel.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/spice-channel.h b/gtk/spice-channel.h
index f2bcc86..eb4b132 100644
--- a/gtk/spice-channel.h
+++ b/gtk/spice-channel.h
@@ -45,17 +45,9 @@ struct _SpiceChannelClass
void (*handle_msg)(SpiceChannel *channel, spice_msg_in *msg);
void (*channel_up)(SpiceChannel *channel);
- /* common signals */
+ /* signals */
void (*spice_channel_event)(SpiceChannel *channel, enum SpiceChannelEvent event);
- /* display signals */
- void (*spice_display_primary_create)(SpiceChannel *channel, gint format,
- gint width, gint height, gint stride,
- gint shmid, gpointer data);
- void (*spice_display_primary_destroy)(SpiceChannel *channel);
- void (*spice_display_invalidate)(SpiceChannel *channel,
- gint x, gint y, gint w, gint h);
-
#if 0
/*
* If adding fields to this struct, remove corresponding