Skip to content

video: Switch DrawingRequest to a variant#3600

Closed
swagtoy wants to merge 1 commit intomasterfrom
drawing-request-variant
Closed

video: Switch DrawingRequest to a variant#3600
swagtoy wants to merge 1 commit intomasterfrom
drawing-request-variant

Conversation

@swagtoy
Copy link
Member

@swagtoy swagtoy commented Feb 1, 2026

This switches DrawingRequest to a variant.

This isn't a mindboggling change in terms of performance, but it better opens the doors for such things. We can probably look further into how obstack is used and stop using an std::vector<DrawingRequest*>. For now, let's get this out of the way.

This isn't a mindboggling change in terms of performance, but it better opens
the doors for such things. We can probably look further into how obstack is
used and stop using an std::vector<DrawingRequest*>. For now, let's get this out
of the way.

Signed-off-by: Swagtoy <me@ow.swag.toys>
@swagtoy
Copy link
Member Author

swagtoy commented Feb 1, 2026

merged

@swagtoy swagtoy closed this Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant