summaryrefslogtreecommitdiff
path: root/src/actions/actiondef.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 18:29:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 18:29:14 +0300
commitd8bd7fec4c21e4e4b19053153d5e3a271f3e0a42 (patch)
tree296020411f2ff09e0a10d963f675723927b7118f /src/actions/actiondef.h
parent818116248c82fb48f8b99d37e896e18609cdd713 (diff)
downloadplus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.gz
plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.bz2
plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.tar.xz
plus-d8bd7fec4c21e4e4b19053153d5e3a271f3e0a42.zip
Move windows related actions into separate file.
Diffstat (limited to 'src/actions/actiondef.h')
-rw-r--r--src/actions/actiondef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h
index 9877f2d0e..70e44f794 100644
--- a/src/actions/actiondef.h
+++ b/src/actions/actiondef.h
@@ -26,6 +26,7 @@
#include "input/inputmanager.h"
+#define decHandler(name) bool name(const InputEvent &event)
#define impHandler(name) bool name(const InputEvent &event)
#define impHandler0(name) bool name(const InputEvent &event A_UNUSED)