Describe the bug
There's no window title in window header when egui app is running on Wayland
To Reproduce
Steps to reproduce the behavior:
cd egui
cargo run --bin egui_demo_app
Window header is solid white.

Expected behavior
Window header contains window title that is returned by epi::App::name
Screenshots
See above
Desktop (please complete the following information):
- OS: archlinux
- Version: rolling release
Additional context
I understand that it's a winit/client-toolkit bug, see Smithay/client-toolkit#196
Basically neither winit nor client-toolkit want to mess with font rendering. Yet it affects egui. It would be nice to be able to render window decorations at egui level.
Describe the bug
There's no window title in window header when egui app is running on Wayland
To Reproduce
Steps to reproduce the behavior:
cd egui
cargo run --bin egui_demo_app
Window header is solid white.
Expected behavior
Window header contains window title that is returned by epi::App::name
Screenshots
See above
Desktop (please complete the following information):
Additional context
I understand that it's a winit/client-toolkit bug, see Smithay/client-toolkit#196
Basically neither winit nor client-toolkit want to mess with font rendering. Yet it affects egui. It would be nice to be able to render window decorations at egui level.