summaryrefslogtreecommitdiffstats
path: root/client/inputs_channel.h
diff options
context:
space:
mode:
authorYaniv Kamay <ykamay@redhat.com>2009-11-16 21:15:19 +0200
committerYaniv Kamay <ykamay@redhat.com>2009-11-30 18:08:16 +0200
commit6f4736e08be2dfa7fec33d5bca56e33ae2f7af6f (patch)
tree6e033524cd399dbf8383f2c350ddbb6b016b4d96 /client/inputs_channel.h
parent3b51087b3656b111886c7397d0ddd499a96f9e2d (diff)
downloadspice-6f4736e08be2dfa7fec33d5bca56e33ae2f7af6f.tar.gz
spice-6f4736e08be2dfa7fec33d5bca56e33ae2f7af6f.tar.xz
spice-6f4736e08be2dfa7fec33d5bca56e33ae2f7af6f.zip
client: split inputs handler
Diffstat (limited to 'client/inputs_channel.h')
-rw-r--r--client/inputs_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/inputs_channel.h b/client/inputs_channel.h
index 530cd8ba..443b96ff 100644
--- a/client/inputs_channel.h
+++ b/client/inputs_channel.h
@@ -23,7 +23,7 @@
class ChannelFactory;
-class InputsChannel: public RedChannel, public InputsHandler {
+class InputsChannel: public RedChannel, public KeyHandler, public MouseHandler {
public:
InputsChannel(RedClient& client, uint32_t id);
virtual ~InputsChannel();