diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-05 22:23:39 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-05 22:23:39 -0500 |
| commit | 3232b47b436fe827de4c456e8cee20290a09bbf3 (patch) | |
| tree | 2bdbd221a1f8e172dbda225b936e58d9504c731c /wintable/new/events.h | |
| parent | 51e6028951bfb88f072a795fc1988879b15b74c9 (diff) | |
Readded main code (but stripped to its essentials for now, as everything will be slowly readded, but in a different order) and fixed compilation errors (and some warnings).
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) \ |
