summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
authorSebastien Braun2010-10-11 00:52:21 +0200
committerSebastien Braun2010-10-11 00:56:10 +0200
commitd626b99839eb2cf915d96b4048d31e6622ad00ca (patch)
treeb8b5504626a69919c0f68397d0d93cc628bdd1e5 /src/pvs.h
parentFix bug where pressing the closeUp-button sometimes results in no action. (diff)
downloadpvs-d626b99839eb2cf915d96b4048d31e6622ad00ca.tar.gz
pvs-d626b99839eb2cf915d96b4048d31e6622ad00ca.tar.xz
pvs-d626b99839eb2cf915d96b4048d31e6622ad00ca.zip
Add access control check to input event handling in PVS daemon
Diffstat (limited to 'src/pvs.h')
-rwxr-xr-xsrc/pvs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pvs.h b/src/pvs.h
index 902fbe7..27ea2fc 100755
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -169,6 +169,7 @@ private:
// input event handling:
InputEventHandlerChain _inputEventHandlers;
+ bool inputEventsAllowed();
void handleInputEvent(InputEvent const& evt);
void initializeInputEventHandling();