diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-11-14 20:53:18 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2010-11-24 02:34:55 +0100 |
commit | 1272206528e7a1e90c22ee92d347ed7dbe0560e6 (patch) | |
tree | f7e97b150db940bd547e98eabd36c5b32c15692c /gtk/spice-channel.h | |
parent | 946b686e90cf0674c44fae2284235fcb089caf73 (diff) |
gtk: add display_send_keys() again, adapted from gtk-vnc..
Diffstat (limited to 'gtk/spice-channel.h')
-rw-r--r-- | gtk/spice-channel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/spice-channel.h b/gtk/spice-channel.h index ff06c90..62e26e6 100644 --- a/gtk/spice-channel.h +++ b/gtk/spice-channel.h @@ -4,6 +4,7 @@ G_BEGIN_DECLS #include "spice-types.h" +#include "spice-channel-enums.h" #define SPICE_TYPE_CHANNEL (spice_channel_get_type ()) #define SPICE_CHANNEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SPICE_TYPE_CHANNEL, SpiceChannel)) |