diff --git a/server/display-channel-private.h b/server/display-channel-private.h index 24fa42b1..617ce30d 100644 --- a/server/display-channel-private.h +++ b/server/display-channel-private.h @@ -178,12 +178,6 @@ typedef struct RedSurfaceDestroyItem { SpiceMsgSurfaceDestroy surface_destroy; } RedSurfaceDestroyItem; -typedef struct RedUpgradeItem { - RedPipeItem base; - Drawable *drawable; - SpiceClipRects *rects; -} RedUpgradeItem; - static inline int is_equal_path(SpicePath *path1, SpicePath *path2) { SpicePathSeg *seg1, *seg2; diff --git a/server/video-stream.h b/server/video-stream.h index 2dfcf7bf..cf912152 100644 --- a/server/video-stream.h +++ b/server/video-stream.h @@ -45,6 +45,12 @@ typedef struct VideoStream VideoStream; +typedef struct RedUpgradeItem { + RedPipeItem base; + Drawable *drawable; + SpiceClipRects *rects; +} RedUpgradeItem; + typedef struct RedStreamActivateReportItem { RedPipeItem pipe_item; uint32_t stream_id;