summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 7885d154..92e303b5 100644
--- a/src/app.c
+++ b/src/app.c
@@ -326,6 +326,10 @@ void refresh_App(void) {
326 d->pendingRefresh = iFalse; 326 d->pendingRefresh = iFalse;
327} 327}
328 328
329iBool isRefreshPending_App(void) {
330 return app_.pendingRefresh;
331}
332
329int run_App(int argc, char **argv) { 333int run_App(int argc, char **argv) {
330 init_App_(&app_, argc, argv); 334 init_App_(&app_, argc, argv);
331 const int rc = run_App_(&app_); 335 const int rc = run_App_(&app_);