From bdec8a3b34650603b111261cfed0364acf6656b7 Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Sun, 10 Oct 2010 01:41:25 +0200 Subject: Fix wrong policy: KillX11Handler only works on Linux, due to dependency on the /proc file system's layout. --- src/input/killX11Handler.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/input/killX11Handler.h') diff --git a/src/input/killX11Handler.h b/src/input/killX11Handler.h index 8c0d655..77d9fdb 100644 --- a/src/input/killX11Handler.h +++ b/src/input/killX11Handler.h @@ -22,10 +22,7 @@ class KillX11Handler : public InputEventHandler< input_policy::Match, - input_policy::Require > > + input_policy::Require > { public: void doHandle(InputEvent const&, InputEventContext const*); -- cgit v1.2.3-55-g7522