diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 10:49:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-23 11:01:41 +0900 |
| commit | bf17c1e94003579e5275d8519fe7144c2caeb52c (patch) | |
| tree | df2780659ea95d52d294a0a42b096abf6553c5db /twin/activation.cpp | |
| parent | 7272c289be1517c4a4b6ccd35c9d64f8a657593d (diff) | |
| download | tdebase-bf17c1e9.tar.gz tdebase-bf17c1e9.zip | |
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 81ad1f9e3c9d494edc38a7aad96fdcab9d44a795)
Diffstat (limited to 'twin/activation.cpp')
| -rw-r--r-- | twin/activation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/activation.cpp b/twin/activation.cpp index 83ff24edb..0deb81798 100644 --- a/twin/activation.cpp +++ b/twin/activation.cpp @@ -674,7 +674,7 @@ void Workspace::unfakeActivity( Client* c ) void Client::updateUserTime( Time time ) { // copied in Group::updateUserTime if( time == CurrentTime ) - time = GET_QT_X_TIME(); + time = get_tqt_x_time(); if( time != -1U && ( user_time == CurrentTime || timestampCompare( time, user_time ) > 0 )) // time > user_time @@ -1005,7 +1005,7 @@ void Group::startupIdChanged() void Group::updateUserTime( Time time ) { // copy of Client::updateUserTime if( time == CurrentTime ) - time = GET_QT_X_TIME(); + time = get_tqt_x_time(); if( time != -1U && ( user_time == CurrentTime || timestampCompare( time, user_time ) > 0 )) // time > user_time |
