diff options
| author | gregory guy <gregory-tde@laposte.net> | 2021-03-15 15:32:40 +0100 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-08 14:50:56 +0300 |
| commit | f696b7c31f1ea08f0a98fd7201cea9e2e4492ed5 (patch) | |
| tree | ea0bdd7feceb14ad466b432b513721bd0f2d065c /src/kernel/qapplication_x11.cpp | |
| parent | fad4acbe084403340bb0ee6979ea18db464e7085 (diff) | |
| download | tqt-f696b7c31f1ea08f0a98fd7201cea9e2e4492ed5.tar.gz tqt-f696b7c31f1ea08f0a98fd7201cea9e2e4492ed5.zip | |
Conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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; } |
