summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-22 14:09:59 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-22 14:09:59 +0300
commit842f6b8dd3816c8d99ec3bad6ddf09aab0124bd2 (patch)
tree516a3ce24b9614e1ac4a7d84d5165b0900bf000f /src/ui
parente086ef5719b9687d21a0a4bbd227091b4a2f8a7e (diff)
Cleanup
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/widget.c2
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,