Skip to content

Commit

Permalink
Make ScreenSaverWindow B_NOT_MOVABLE-prevent password hack
Browse files Browse the repository at this point in the history
Fixes #9196

Signed-off-by: Siarzhuk Zharski <zharik@gmx.li>
  • Loading branch information
diversys authored and siarzhuk committed Dec 2, 2012
1 parent 2b754fc commit d3144dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/screen_blanker/ScreenSaverWindow.cpp
Expand Up @@ -79,7 +79,7 @@ ScreenSaverFilter::SetEnabled(bool enabled)
ScreenSaverWindow::ScreenSaverWindow(BRect frame)
: BDirectWindow(frame, "ScreenSaver Window",
B_NO_BORDER_WINDOW_LOOK, kWindowScreenFeel,
B_NOT_RESIZABLE | B_NOT_ZOOMABLE, B_ALL_WORKSPACES),
B_NOT_RESIZABLE | B_NOT_MOVABLE | B_NOT_ZOOMABLE, B_ALL_WORKSPACES),
fSaver(NULL)
{
frame.OffsetTo(0, 0);
Expand Down

0 comments on commit d3144dd

Please sign in to comment.