diff options
Diffstat (limited to 'src/kernel/qclipboard_x11.cpp')
| -rw-r--r-- | src/kernel/qclipboard_x11.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qclipboard_x11.cpp b/src/kernel/qclipboard_x11.cpp index d0571fc5a..ae5e093a8 100644 --- a/src/kernel/qclipboard_x11.cpp +++ b/src/kernel/qclipboard_x11.cpp @@ -502,10 +502,10 @@ bool qt_xclb_wait_for_event( Display *dpy, Window win, int type, XEvent *event, if ( started > now ) // crossed midnight started = now; - // 0x08 == ExcludeTimers for X11 only - tqApp->eventLoop()->processEvents( TQEventLoop::ExcludeUserInput | + tqApp->eventLoop()->processEvents(TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers | - TQEventLoop::WaitForMore | 0x08 ); + TQEventLoop::WaitForMore | + TQEventLoop::ExcludeTimers); if ( has_captured_event ) { waiting_for_data = FALSE; |
