GFX Demo should call ui_run()
commit9adae25d90fa489920cc8bbfbb3d7fa7b4bf3b75
authorJiri Svoboda <jiri@wiwaxia>
Sun, 15 Oct 2023 09:26:00 +0000 (15 11:26 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Mon, 16 Oct 2023 09:26:58 +0000 (16 11:26 +0200)
treec69c02c0a7f905b9a7672c55d9c909b6ffe37894
parent489f4053679ae40a64fe6498ce573c3cf921b7ce
GFX Demo should call ui_run()

This is needed to process console messages. Since it blocks the main
fibril, we need to run the demo loop in a separate fibril.
uspace/app/gfxdemo/gfxdemo.c