fixed timeout when getting selection -- forgot to set flag to

terminate event loop.
This commit is contained in:
crs 2002-06-04 11:02:33 +00:00
parent beda89fd53
commit 3b872bb727
1 changed files with 1 additions and 0 deletions

View File

@ -1190,6 +1190,7 @@ bool CXWindowsClipboard::CICCCMGetClipboard::doEventPredicate(
// done if this is the timeout message
if (xevent->xclient.window == m_requestor &&
xevent->xclient.message_type == m_timeout) {
m_failed = true;
return true;
}