From 7d54dc4b520c2193a2f9517df469a0df4257e4e5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 29 Jan 2022 03:01:08 -0500 Subject: tk: Add border with focus indication to text More visible (and consistent with the rest of the UI changes) than just the cursor. --- (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 1768a1a..237e126 100644 --- a/src/game.c +++ b/src/game.c @@ -53,7 +53,7 @@ _mf_game_form(SDL_Renderer *renderer, TTF_Font *text_font, struct _mf_game *game) { game->timer = mftk_text_new(MF_DIGITS ":", 5, "00:00", text_font, - SDL_FALSE, NULL, NULL, NULL); + MF_BTN_B, SDL_FALSE, NULL, NULL, NULL); return mftk_grid_new(2, 1, MF_ROW_M, MF_COL_M, game->timer, MFTK_GRID_HALIGN_R|MFTK_GRID_VALIGN_T, -- cgit v0.9.1