we update the message runner interval time to have the next message when we could need to invoke screen_blanker.
Pointed by axeld's watch, thanks :) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14248 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -218,6 +218,8 @@ SSInputFilter::CheckTime()
|
||||
fSnoozeTime = fBlankTime;
|
||||
else
|
||||
fSnoozeTime = fLastEventTime + fBlankTime - now;
|
||||
if (fRunner)
|
||||
fRunner->SetInterval(fSnoozeTime);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user