Reduced the time used for the vmware workaround
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23529 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d01f3af185
commit
cc5d5e7a14
@ -1492,7 +1492,7 @@ BMenu::_Track(int *action, long start)
|
||||
// TODO: on vmware, looks like the second system_time() could return
|
||||
// a value smaller than the first call. Bug in VMWare or haiku ?
|
||||
if (newPollTime <= pollTime)
|
||||
newPollTime = pollTime + 100000;
|
||||
newPollTime = pollTime + 5000;
|
||||
#endif
|
||||
//printf("newPollTime - pollTime: %lld\n", newPollTime - pollTime);
|
||||
// mouseSpeed in px per ms
|
||||
|
Loading…
Reference in New Issue
Block a user