summaryrefslogtreecommitdiff
path: root/src/c/fastforge_internal.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-13 19:35:40 +0300
committerPaul Buetow <paul@buetow.org>2026-04-13 19:35:40 +0300
commit37c119c4a8e1749727958a6ced7e36ceda9ad9db (patch)
tree546072049d0bcac5d0a37eea963659e4092aafd8 /src/c/fastforge_internal.h
parent32b7460685f61aceb51703a5727b26575aacb96d (diff)
s3: goal auto-continue, 10s test preset, fix overtime font and streak crash
- Goal window auto-continues the fast; BACK/DOWN dismisses, SELECT stops - 10s dev preset added as last menu item (fires alarm after 10 s) - Switch to GOTHIC_28_BOLD for negative overtime to prevent truncation - Rewrite streak computation with UTC day integers to fix stack overflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/c/fastforge_internal.h')
-rw-r--r--src/c/fastforge_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/fastforge_internal.h b/src/c/fastforge_internal.h
index 980c00d..4fabda8 100644
--- a/src/c/fastforge_internal.h
+++ b/src/c/fastforge_internal.h
@@ -35,5 +35,6 @@ void show_placeholder_window(const char *title, const char *body, const char *hi
void fastforge_history_register_app_message_handlers(void);
void fastforge_history_stop_export(void);
void fastforge_force_goal_alarm(void);
+void fastforge_reschedule_alarm_for_seconds(uint32_t seconds);
#endif