diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-03-26 20:58:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-03-26 21:45:25 +0300 |
commit | a6978e254af2a83b2b52778b4c59828b07542e5b (patch) | |
tree | 6cdca313b863f3f60825afd7cb62e342906e7495 /src/inputevent.h | |
parent | f5ac38e101f180d6f7e5d6b4cd42bcad99af58a6 (diff) | |
download | plus-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.gz plus-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.bz2 plus-a6978e254af2a83b2b52778b4c59828b07542e5b.tar.xz plus-a6978e254af2a83b2b52778b4c59828b07542e5b.zip |
Fix code style and auto check issues.
Diffstat (limited to 'src/inputevent.h')
-rw-r--r-- | src/inputevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputevent.h b/src/inputevent.h index 7b73bba11..056a14e90 100644 --- a/src/inputevent.h +++ b/src/inputevent.h @@ -30,4 +30,6 @@ struct InputEvent int mask; }; +typedef bool (*ActionFuncPtr) (InputEvent &event); + #endif |