diff options
Diffstat (limited to 'wintable/new/events.h')
| -rw-r--r-- | wintable/new/events.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wintable/new/events.h b/wintable/new/events.h index e37ea03..2e270a9 100644 --- a/wintable/new/events.h +++ b/wintable/new/events.h @@ -1,6 +1,6 @@ // 5 december 2014 -static consst handlerfunc keyDownHandlers[] = { +static const handlerfunc keyDownHandlers[] = { NULL, }; @@ -24,7 +24,7 @@ static const handlerfunc lbuttonDownHandlers[] = { NULL, }; -static const handlerufnc lbuttonUpHandlers[] = { +static const handlerfunc lbuttonUpHandlers[] = { NULL, }; @@ -34,7 +34,7 @@ static const handlerfunc mouseWheelHandlers[] = { // TODO WM_MOUSEHOVER, other mouse buttons -HANDLER(events) +HANDLER(eventHandlers) { switch (uMsg) { #define eventHandler(msg, array) \ |
