aboutsummaryrefslogtreecommitdiff
path: root/apps/paint
diff options
context:
space:
mode:
authorMarvin Borner2021-06-03 16:47:46 +0200
committerMarvin Borner2021-06-03 16:47:46 +0200
commitf7890c4b16b5d817db286119ac0a88630c3a1cf9 (patch)
treec991a512ac36e632b3a69a165ca556174d4063c7 /apps/paint
parent98e15f73f090c32b5197ecec0845c408d4a54608 (diff)
Smashed some dumb bugs
aargh
Diffstat (limited to 'apps/paint')
-rw-r--r--apps/paint/main.c1
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);