From f7890c4b16b5d817db286119ac0a88630c3a1cf9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 3 Jun 2021 16:47:46 +0200 Subject: Smashed some dumb bugs aargh --- apps/paint/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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); -- cgit v1.2.3