summaryrefslogtreecommitdiff
path: root/server/red_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_worker.c')
-rw-r--r--server/red_worker.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/server/red_worker.c b/server/red_worker.c
index 48f7dc79..a0adddc1 100644
--- a/server/red_worker.c
+++ b/server/red_worker.c
@@ -10991,15 +10991,6 @@ static void red_connect_cursor(RedWorker *worker, RedClient *client, RedsStream
on_new_cursor_channel(worker, &ccc->common.base);
}
-typedef struct __attribute__ ((__packed__)) CursorData {
- uint32_t visible;
- SpicePoint16 position;
- uint16_t trail_length;
- uint16_t trail_frequency;
- uint32_t data_size;
- SpiceCursor _cursor;
-} CursorData;
-
static void surface_dirty_region_to_rects(RedSurface *surface,
QXLRect *qxl_dirty_rects,
uint32_t num_dirty_rects,