diff options
author | Michele Calgaro <[email protected]> | 2023-11-23 10:54:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-23 11:01:54 +0900 |
commit | e84b6d8935842fb8dcee9dc42f8f35f36ee72748 (patch) | |
tree | 87bd11a4de4520261dadaef71da17259e870db02 /tdecore/netwm.cpp | |
parent | 3373b45cc2adb7d46c45c3da06f64d5db24cb468 (diff) | |
download | tdelibs-e84b6d8935842fb8dcee9dc42f8f35f36ee72748.tar.gz tdelibs-e84b6d8935842fb8dcee9dc42f8f35f36ee72748.zip |
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 73dba53e4a36a31d7c803806706cc8a17a245e5c)
Diffstat (limited to 'tdecore/netwm.cpp')
-rw-r--r-- | tdecore/netwm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/netwm.cpp b/tdecore/netwm.cpp index c1e876eeb..37190bf51 100644 --- a/tdecore/netwm.cpp +++ b/tdecore/netwm.cpp @@ -1602,7 +1602,7 @@ void NETRootInfo::updateSupportedProperties( Atom atom ) } void NETRootInfo::setActiveWindow(Window window) { - setActiveWindow( window, FromUnknown, GET_QT_X_USER_TIME(), None ); + setActiveWindow( window, FromUnknown, get_tqt_x_user_time(), None ); } void NETRootInfo::setActiveWindow(Window window, NET::RequestSource src, @@ -1811,7 +1811,7 @@ void NETRootInfo::moveResizeWindowRequest(Window window, int flags, int x, int y void NETRootInfo::restackRequest(Window window, Window above, int detail) { - restackRequest( window, FromTool, above, detail, GET_QT_X_USER_TIME() ); + restackRequest( window, FromTool, above, detail, get_tqt_x_user_time() ); } void NETRootInfo::restackRequest(Window window, RequestSource src, Window above, int detail, Time timestamp ) |