diff options
Diffstat (limited to 'src/svnfrontend')
-rw-r--r-- | src/svnfrontend/keystatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |