diff options
-rw-r--r-- | source/saw/main.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index fe09a8e..1b10017 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -44,7 +44,8 @@ #include <stdio.h> #include <stdlib.h> -// Fonts data +// saw_ttf_text, SAW_TTF_TEXT_SIZE +// saw_ttf_icons, SAW_TTF_ICONS_SIZE #include "fonts.inl.h" // ================================================================ @@ -1548,6 +1549,7 @@ static void saw_project_print_to_file(str_t file_name) { // - UI library and tests. // - Fix Y-axis inconsistency. // - Grid widget. +// - Prefer nvgRGBAf instead of nvgRGBA. // // ================================================================ @@ -3479,7 +3481,8 @@ static void saw_frame(void) { } break; case UI_DEV: { - // FIXME + // Grid widget testing + // static const i64 time_rate = 256; static saw_ui_grid_item_t items[100] = { 0 }; |