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:
parent
850fb78d9c
commit
1974b4b7df
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user