X Tutup
Skip to content

GRAPHICS: Removed deprecated ManagedSurface constructors#6459

Merged
bluegr merged 2 commits intoscummvm:masterfrom
ccawley2011:managed-surface-deprecated
Mar 3, 2025
Merged

GRAPHICS: Removed deprecated ManagedSurface constructors#6459
bluegr merged 2 commits intoscummvm:masterfrom
ccawley2011:managed-surface-deprecated

Conversation

@ccawley2011
Copy link
Member

The copy constructor and operator= method ares still used, however in those cases it might be more practical to revise the behaviour in regards to ownership of the buffer and undeprecate it rather than to remove it outright.

@ccawley2011 ccawley2011 marked this pull request as draft March 2, 2025 22:48
@ccawley2011 ccawley2011 marked this pull request as ready for review March 3, 2025 14:31
@bluegr
Copy link
Member

bluegr commented Mar 3, 2025

Thanks!

@bluegr bluegr merged commit 71c40b9 into scummvm:master Mar 3, 2025
8 checks passed
@ccawley2011 ccawley2011 deleted the managed-surface-deprecated branch March 4, 2025 12:12
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.

2 participants

X Tutup