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:
@@ -1492,7 +1492,7 @@ BMenu::_Track(int *action, long start)
|
|||||||
// TODO: on vmware, looks like the second system_time() could return
|
// TODO: on vmware, looks like the second system_time() could return
|
||||||
// a value smaller than the first call. Bug in VMWare or haiku ?
|
// a value smaller than the first call. Bug in VMWare or haiku ?
|
||||||
if (newPollTime <= pollTime)
|
if (newPollTime <= pollTime)
|
||||||
newPollTime = pollTime + 100000;
|
newPollTime = pollTime + 5000;
|
||||||
#endif
|
#endif
|
||||||
//printf("newPollTime - pollTime: %lld\n", newPollTime - pollTime);
|
//printf("newPollTime - pollTime: %lld\n", newPollTime - pollTime);
|
||||||
// mouseSpeed in px per ms
|
// mouseSpeed in px per ms
|
||||||
|
|||||||
Reference in New Issue
Block a user