diff options
Diffstat (limited to 'src/kernel/qapplication_x11.cpp')
| -rw-r--r-- | src/kernel/qapplication_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index f5f2701ad..405adf057 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -6062,9 +6062,9 @@ bool TQETWidget::translateConfigEvent( const XEvent *event ) ; repaint( !testWFlags(WResizeNoErase) || transbg ); } - +#ifndef TQT_NO_XSYNC incrementSyncCounter(); - +#endif return TRUE; } |
