diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/paint/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/paint/main.c b/apps/paint/main.c index 464a925..aed784c 100644 --- a/apps/paint/main.c +++ b/apps/paint/main.c @@ -31,6 +31,7 @@ static void color_click(struct gui_event_mouse *event) } // TODO: Simplify using predefined widgets and utilities +// TODO: Fix and improve paint without KVM int main(void) { u32 win = gui_new_window(APPNAME); |