From 7c4d1ae478d4096006d1d0f37e4e33d4f7e7e069 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 8 May 2020 00:37:56 -0400 Subject: [PATCH] More TODOs in doc/init-main.md. I'll decide these later. I want to rewrite this to not use the term 'event' to avoid confusion with libui's own event system, since these are talking about all the events that can happen, not just the ones libui allows you to handle... --- doc/init-main.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/init-main.md b/doc/init-main.md index 7667ba26..4e6ff042 100644 --- a/doc/init-main.md +++ b/doc/init-main.md @@ -117,6 +117,8 @@ void uiMain(void); `uiMain()` runs the main event loop. It does not return until `uiQuit()` is called. +TODO make it illegal to call more than once? + ### `uiQuit()` ```c