From 732b9cfec697e893fcf5b65e1e7c9e5921ea5951 Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Mon, 11 Oct 2010 09:02:38 +0200 Subject: Introduce LogNonMatchingHandler --- src/input/unprivilegedInputHandlerChain.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/input/unprivilegedInputHandlerChain.cpp') diff --git a/src/input/unprivilegedInputHandlerChain.cpp b/src/input/unprivilegedInputHandlerChain.cpp index 2df2d77..3f47631 100644 --- a/src/input/unprivilegedInputHandlerChain.cpp +++ b/src/input/unprivilegedInputHandlerChain.cpp @@ -20,6 +20,7 @@ #include "privilegedHandlerForwarder.h" #include "incompatibleHandler.h" #include "inputHandlerChains.h" +#include "logNonMatchingHandler.h" InputEventHandlerChain makeUnprivilegedInputEventHandlerChain() { @@ -27,6 +28,7 @@ InputEventHandlerChain makeUnprivilegedInputEventHandlerChain() .add() .add() .add() - .add(); // See comments in incompatibleHandler.h + .add() // See comments in incompatibleHandler.h + .add(); } -- cgit v1.2.3-55-g7522