diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-03-11 09:50:58 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-03-11 09:50:58 +0100 |
commit | 4329b1ab3241e872656f9b574a1110d4d4eabfdb (patch) | |
tree | 56fbf2aa53b00379f10b3297de968ebc593fd333 | |
parent | 20008e23fdfb59f43c244cc2dbe5fec3fd5137f3 (diff) | |
download | saw-4329b1ab3241e872656f9b574a1110d4d4eabfdb.zip |
Comments
-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 }; |