Screen: initialize fUserSelectedColorSpace

should fix #19244

Change-Id: I629cd6689409f91a6399d3cca821759b59c94a0a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8558
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
Jérôme Duval 2024-11-10 18:05:32 +01:00 committed by waddlesplash
parent c078962803
commit a31d463b38

View File

@ -174,6 +174,7 @@ ScreenWindow::ScreenWindow(ScreenSettings* settings)
| B_AUTO_UPDATE_SIZE_LIMITS, B_ALL_WORKSPACES),
fIsVesa(false),
fBootWorkspaceApplied(false),
fUserSelectedColorSpace(NULL),
fOtherRefresh(NULL),
fScreenMode(this),
fUndoScreenMode(this),