diff options
author | Michele Calgaro <[email protected]> | 2023-11-23 10:49:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-23 11:01:41 +0900 |
commit | bf17c1e94003579e5275d8519fe7144c2caeb52c (patch) | |
tree | df2780659ea95d52d294a0a42b096abf6553c5db /twin/utils.cpp | |
parent | 7272c289be1517c4a4b6ccd35c9d64f8a657593d (diff) | |
download | tdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.tar.gz tdebase-bf17c1e94003579e5275d8519fe7144c2caeb52c.zip |
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
Diffstat (limited to 'twin/utils.cpp')
-rw-r--r-- | twin/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); } |