summaryrefslogtreecommitdiffstats
path: root/client/inputs_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/inputs_channel.h')
-rw-r--r--client/inputs_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/inputs_channel.h b/client/inputs_channel.h
index 59a79236..9a0e8ff3 100644
--- a/client/inputs_channel.h
+++ b/client/inputs_channel.h
@@ -45,8 +45,8 @@ protected:
virtual void on_migrate();
private:
- void set_motion_event(SpiceMsgcMouseMotion& motion_event);
- void set_position_event(SpiceMsgcMousePosition& position_event);
+ void marshall_motion_event(SpiceMarshaller *marshaller);
+ void marshall_position_event(SpiceMarshaller *marshaller);
void set_local_modifiers();
void handle_init(RedPeer::InMessage* message);