* Fixed missing initialization of fIsVesa, which should fix #7588.

+alpha


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41890 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-06-03 21:06:08 +00:00
parent e0f0271ae6
commit 3f953a72ff
+1
View File
@@ -168,6 +168,7 @@ ScreenWindow::ScreenWindow(ScreenSettings* settings)
BWindow(settings->WindowFrame(), B_TRANSLATE_SYSTEM_NAME("Screen"),
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS,
B_ALL_WORKSPACES),
fIsVesa(false),
fBootWorkspaceApplied(false),
fScreenMode(this),
fUndoScreenMode(this),