From 5ccc96d57f1fa2db966f788a732062e032be2afb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:16:35 -0600 Subject: Rename additional global functions and variables for tqt3 --- amor/amor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amor/amor.cpp b/amor/amor.cpp index 7e8202b..71546da 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -569,7 +569,7 @@ void Amor::restack() // We must use the target window's parent as our sibling. // Is there a faster way to get parent window than XQueryTree? - if (XQueryTree(qt_xdisplay(), sibling, &dw, &parent, &wins, &nwins)) + if (XQueryTree(tqt_xdisplay(), sibling, &dw, &parent, &wins, &nwins)) { if (nwins) { @@ -586,7 +586,7 @@ void Amor::restack() XWindowChanges values; values.sibling = sibling; values.stack_mode = Above; - XConfigureWindow(qt_xdisplay(), mAmor->winId(), CWSibling | CWStackMode, + XConfigureWindow(tqt_xdisplay(), mAmor->winId(), CWSibling | CWStackMode, &values); } -- cgit v1.2.1