fixed multiple launchs when cornered

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14116 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-09-05 12:31:23 +00:00
parent 850fb78d9c
commit 1974b4b7df
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void
SSInputFilter::Invoke()
{
CALLED();
if ((fKeep!=NONE && fCurrent == fKeep) || fEnabled || fPref.TimeFlags()!=1)
if ((fKeep!=NONE && fCurrent == fKeep) || fEnabled || fPref.TimeFlags()!=1 || be_roster->IsRunning(SCREEN_BLANKER_SIG))
return; // If mouse is in this corner, never invoke.
SERIAL_PRINT(("we run screenblanker\n"));
be_roster->Launch(SCREEN_BLANKER_SIG);