diff options
-rw-r--r-- | src/tk/box.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tk/box.c b/src/tk/box.c index d13982d..4b29247 100644 --- a/src/tk/box.c +++ b/src/tk/box.c @@ -62,9 +62,9 @@ _mftk_box_index(struct mftk_widget *w, struct mftk_window *win) static int _mftk_box_event(struct mftk_widget *w, SDL_Event *e, int x, int y) { - struct mftk_box *b = (struct mftk_box *) w; - SDL_Point p; - SDL_Rect rect; + struct mftk_box *b = (struct mftk_box *) w; + SDL_Point p; + SDL_Rect rect; switch (e->type) { case SDL_MOUSEBUTTONUP: |