Shortened timeout on waiting for clipboard response.

This commit is contained in:
crs 2002-04-29 14:12:48 +00:00
parent 6a9a180688
commit 32b085e42e
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ bool CXWindowsScreen::getDisplayClipboard(
&CXWindowsScreen::findSelectionNotify,
(XPointer)&requestor) != True) {
// return false if we've timed-out
if (timer.getTime() >= 1.0)
if (timer.getTime() >= 0.2)
return false;
// wait a bit