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:
@@ -122,7 +122,7 @@ void
|
|||||||
SSInputFilter::Invoke()
|
SSInputFilter::Invoke()
|
||||||
{
|
{
|
||||||
CALLED();
|
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.
|
return; // If mouse is in this corner, never invoke.
|
||||||
SERIAL_PRINT(("we run screenblanker\n"));
|
SERIAL_PRINT(("we run screenblanker\n"));
|
||||||
be_roster->Launch(SCREEN_BLANKER_SIG);
|
be_roster->Launch(SCREEN_BLANKER_SIG);
|
||||||
|
|||||||
Reference in New Issue
Block a user