From 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 Nov 2023 10:49:13 +0900 Subject: Replaced time related '#define' with actual strings Signed-off-by: Michele Calgaro --- twin/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/utils.cpp') diff --git a/twin/utils.cpp b/twin/utils.cpp index 949893a74..bc44eee56 100644 --- a/twin/utils.cpp +++ b/twin/utils.cpp @@ -274,7 +274,7 @@ void updateXTime() XCheckIfEvent( tqt_xdisplay(), &dummy, update_x_time_predicate, NULL ); } assert( next_x_time != CurrentTime ); - SET_QT_X_TIME(next_x_time); + set_tqt_x_time(next_x_time); XEvent ev; // remove the PropertyNotify event from the events queue XWindowEvent( tqt_xdisplay(), w->winId(), PropertyChangeMask, &ev ); } -- cgit v1.2.1