Make GFX demo window fullscreen/undecorated in fullscreen mode
commitf1ce7ffb96f25129b80c6daa8fb6c10bef656490
authorJiri Svoboda <jiri@wiwaxia>
Sun, 15 Oct 2023 09:34:16 +0000 (15 11:34 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Mon, 16 Oct 2023 09:36:57 +0000 (16 11:36 +0200)
tree63de36da26e8c66ef06aa0d6e85d2c7d1a2e0025
parent9adae25d90fa489920cc8bbfbb3d7fa7b4bf3b75
Make GFX demo window fullscreen/undecorated in fullscreen mode

If running in fullscreen mode (terminal/console), there are two problems
with popup windows (system menu).

1. When open, we currently cannot prevent the application GC from
overdrawing the popup window.
2. After closing, we cannot ask the application GC to repaint itself

All in all, probably best choice is to avoid these problems.
This makes gfxdemo -d cons@ ui look just like gfxdemo console.
uspace/app/gfxdemo/gfxdemo.c