From 12bd9b6b2bba50da9c3444dfb42b985ed2a6a7c1 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Mon, 15 Mar 2021 15:32:40 +0100 Subject: Conversion to the cmake building system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- src/kernel/qapplication_x11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kernel/qapplication_x11.cpp') diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 2cda2b8b3..432d8f3e8 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -6049,9 +6049,9 @@ bool TQETWidget::translateConfigEvent( const XEvent *event ) ; repaint( !testWFlags(WResizeNoErase) || transbg ); } - +#ifndef TQT_NO_XSYNC incrementSyncCounter(); - +#endif return TRUE; } -- cgit v1.2.3