diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:04:26 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-04 18:49:00 +0100 |
commit | 1f516978527b223882c02d8c23834a0f30279dec (patch) | |
tree | 7472bb21b145c2c586a3ad7aebb7bd136cef9e70 /client/display_channel.h | |
parent | c1694fb51bb29d3cbd03f679372339f9e8f29803 (diff) | |
download | spice-1f516978527b223882c02d8c23834a0f30279dec.tar.gz spice-1f516978527b223882c02d8c23834a0f30279dec.tar.xz spice-1f516978527b223882c02d8c23834a0f30279dec.zip |
Rename symbols that were changed in spice-protocol
This is an automatic change using:
$ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
$ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
Diffstat (limited to 'client/display_channel.h')
-rw-r--r-- | client/display_channel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/display_channel.h b/client/display_channel.h index e58be919..802898f5 100644 --- a/client/display_channel.h +++ b/client/display_channel.h @@ -166,7 +166,7 @@ private: void activate_streams_timer(); void stream_update_request(uint32_t update_time); - static void set_clip_rects(const Clip& clip, uint32_t& num_clip_rects, Rect*& clip_rects, + static void set_clip_rects(const SpiceClip& clip, uint32_t& num_clip_rects, SpiceRect*& clip_rects, unsigned long addr_offset, uint8_t *min, uint8_t *max); private: std::auto_ptr<Canvas> _canvas; @@ -197,7 +197,7 @@ private: bool _capture_mouse_mode; InputsChannel* _inputs_channel; - Point _pointer_pos; + SpicePoint _pointer_pos; int _buttons_state; std::vector<VideoStream*> _streams; |