From c58d6e103857366c0fed90b62f0d2ed6feec4d4d Mon Sep 17 00:00:00 2001 From: Michael Jansen Date: Sun, 26 Jul 2009 21:50:35 +0000 Subject: [PATCH] Use CurrentTime instead of xTime() for XUngrabKeyboard svn path=/trunk/KDE/kdebase/workspace/; revision=1002752 --- utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.cpp b/utils.cpp index 6a99d86e41..075368b8d4 100644 --- a/utils.cpp +++ b/utils.cpp @@ -325,7 +325,7 @@ void ungrabXKeyboard() kDebug(1212) << "ungrabXKeyboard() called but keyboard not grabbed!"; } keyboard_grabbed = false; - XUngrabKeyboard( display(), xTime()); + XUngrabKeyboard( display(), CurrentTime); } QPoint cursorPos()