diff options
author | Marvin Borner | 2021-06-03 16:47:46 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-03 16:47:46 +0200 |
commit | f7890c4b16b5d817db286119ac0a88630c3a1cf9 (patch) | |
tree | c991a512ac36e632b3a69a165ca556174d4063c7 /apps | |
parent | 98e15f73f090c32b5197ecec0845c408d4a54608 (diff) |
Smashed some dumb bugs
aargh
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); |