From 4329b1ab3241e872656f9b574a1110d4d4eabfdb Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 11 Mar 2024 09:50:58 +0100 Subject: Comments --- source/saw/main.c | 7 +++++-- 1 file 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 #include -// 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 }; -- cgit v1.2.3