summaryrefslogtreecommitdiffstats
path: root/client/cursor_channel.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-18 17:11:39 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 20:27:32 +0200
commit3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e (patch)
treedb8fbd3bf3c04216a9fc97011e8e00d3d0b21e03 /client/cursor_channel.h
parent7fa29ea67e5202d4a3f6678445cef9bcad54aa79 (diff)
downloadspice-3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e.tar.gz
spice-3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e.tar.xz
spice-3c8cb83af5cbe85e6ab41ec1c0b41c5a29230d9e.zip
Make cursor data @as_ptr to avoid copying data
Diffstat (limited to 'client/cursor_channel.h')
-rw-r--r--client/cursor_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cursor_channel.h b/client/cursor_channel.h
index 3d6218f3..c9e32b4d 100644
--- a/client/cursor_channel.h
+++ b/client/cursor_channel.h
@@ -63,7 +63,7 @@ private:
static void create_native_cursor(CursorData* cursor);
void update_display_cursor();
- void set_cursor(SpiceCursor& red_cursor, int data_size, int x, int y, bool visible);
+ void set_cursor(SpiceCursor& red_cursor, int x, int y, bool visible);
void remove_cursor();
virtual void copy_pixels(const QRegion& dest_region, RedDrawable& dest_dc);