* Send an initial message to handle the pending entries instead of waiting for
a whole second until the message runner kicks in. * This should further reduce the time the mouse pointer sits uselessly on the screen. * This is not a fix of #917, but makes it hopefully less annoying. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -89,5 +89,8 @@ AddOnMonitor::SetHandler(AddOnMonitorHandler* handler)
|
||||
return;
|
||||
}
|
||||
|
||||
// Send an initial message to process added directories immediately
|
||||
messenger.SendMessage(&pulseMessage);
|
||||
|
||||
fInitCheck = B_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user