diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-22 14:09:59 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-22 14:09:59 +0300 |
commit | 842f6b8dd3816c8d99ec3bad6ddf09aab0124bd2 (patch) | |
tree | 516a3ce24b9614e1ac4a7d84d5165b0900bf000f /src/ui | |
parent | e086ef5719b9687d21a0a4bbd227091b4a2f8a7e (diff) |
Cleanup
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget.c b/src/ui/widget.c index 2cd1bf2b..3cea260b 100644 --- a/src/ui/widget.c +++ b/src/ui/widget.c | |||
@@ -1087,7 +1087,7 @@ iBool dispatchEvent_Widget(iWidget *d, const SDL_Event *ev) { | |||
1087 | fflush(stdout); | 1087 | fflush(stdout); |
1088 | } | 1088 | } |
1089 | #endif | 1089 | #endif |
1090 | #if 1 | 1090 | #if 0 |
1091 | if (ev->type == SDL_MOUSEWHEEL) { | 1091 | if (ev->type == SDL_MOUSEWHEEL) { |
1092 | printf("[%p] %s:'%s' ate the wheel\n", | 1092 | printf("[%p] %s:'%s' ate the wheel\n", |
1093 | child, class_Widget(child)->name, | 1093 | child, class_Widget(child)->name, |