summaryrefslogtreecommitdiffstats
path: root/tdecore/netwm.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-23 10:54:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-23 10:54:32 +0900
commit73dba53e4a36a31d7c803806706cc8a17a245e5c (patch)
tree699ac927ebddcdf6ab2aa6a8c19e06127b9d7e8b /tdecore/netwm.cpp
parent80c2465371e5a7ab2dd6adb3c2bc32baa1c9b4ee (diff)
downloadtdelibs-73dba53e4a36a31d7c803806706cc8a17a245e5c.tar.gz
tdelibs-73dba53e4a36a31d7c803806706cc8a17a245e5c.zip
Replaced time related '#define' with actual strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/netwm.cpp')
-rw-r--r--tdecore/netwm.cpp4
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 )