summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/main.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 03:19:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-07 03:19:33 -0600
commit678bea5ba74b3b39981e482e188c61fdd37786f0 (patch)
tree3a5a2df43d04fee30819e5d8aeeaed6321d9f294 /kdesktop/lock/main.h
parent901e0cd538c26e8d21020915cd6469c95a96855f (diff)
downloadtdebase-678bea5ba74b3b39981e482e188c61fdd37786f0.tar.gz
tdebase-678bea5ba74b3b39981e482e188c61fdd37786f0.zip
Allow minimal managed window interaction inside the lock process
This closes Bug 810
Diffstat (limited to 'kdesktop/lock/main.h')
-rw-r--r--kdesktop/lock/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/lock/main.h b/kdesktop/lock/main.h
index c8e0e05a4..23797e4b0 100644
--- a/kdesktop/lock/main.h
+++ b/kdesktop/lock/main.h
@@ -32,6 +32,7 @@ protected:
bool x11EventFilter( XEvent * );
signals:
void activity();
+ void mouseInteraction(XEvent *event);
private:
time_t lastTick;
};