From 83f8f1966bbfcd95240716674caeff458f4b3317 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:07:13 -0600 Subject: Rename additional global functions and variables for tqt3 --- src/svnfrontend/keystatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/svnfrontend/keystatus.cpp') diff --git a/src/svnfrontend/keystatus.cpp b/src/svnfrontend/keystatus.cpp index d3a3c54..40d8d06 100644 --- a/src/svnfrontend/keystatus.cpp +++ b/src/svnfrontend/keystatus.cpp @@ -27,7 +27,7 @@ void KeyState::keystate(int*root_x,int*root_y,int*win_x,int*win_y,unsigned int*k Window root; Window child; unsigned int kstate; - XQueryPointer( qt_xdisplay(), qt_xrootwin(), &root, &child, + XQueryPointer( tqt_xdisplay(), tqt_xrootwin(), &root, &child, root_x, root_y, win_x, win_y, &kstate); *keybstate=0; if (kstate&ControlMask) { -- cgit v1.2.3