diff options
Diffstat (limited to 'x11/kde4-runtime/files/patch-kdesktop-lockeng.cc')
| -rw-r--r-- | x11/kde4-runtime/files/patch-kdesktop-lockeng.cc | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/kde4-runtime/files/patch-kdesktop-lockeng.cc b/x11/kde4-runtime/files/patch-kdesktop-lockeng.cc deleted file mode 100644 index 9841e698ec06..000000000000 --- a/x11/kde4-runtime/files/patch-kdesktop-lockeng.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/lockeng.cc.orig	Fri Sep 26 11:28:03 2003 -+++ kdesktop/lockeng.cc	Fri Sep 26 11:31:15 2003 -@@ -277,6 +277,9 @@ - 	    { - 	    if (!event->xkey.send_event && mXAutoLock && mState == Waiting) -     		mXAutoLock->keyPressed(); -+		// don't further process key events that were received only because XAutoLock wants them -+		if (!event->xkey.send_event && mXAutoLock && !QWidget::find( event->xkey.window )) -+		    return true; - 	    break; - 	    } -   | 
