The screen saver window was not shown on all workspaces, which means one could

essentially defeat the password window by just changing workspaces.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ryan Leavengood
2009-03-12 19:11:52 +00:00
parent 41a6cf82b3
commit 41ac8755ce
+1 -1
View File
@@ -23,7 +23,7 @@
ScreenSaverWindow::ScreenSaverWindow(BRect frame)
: BDirectWindow(frame, "ScreenSaver Window",
B_NO_BORDER_WINDOW_LOOK, kWindowScreenFeel,
B_NOT_RESIZABLE | B_NOT_ZOOMABLE),
B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_ALL_WORKSPACES),
fSaver(NULL)
{
frame.OffsetTo(0, 0);