Wayland (Hyprland, Sway, etc.) compositors misreport window buffer geometry
when using transparent + hidden titlebar settings.
This causes Flutter to render outside the actual visible region
and the debug banner to be cropped offscreen.
Calling windowManager.setAsFrameless() once after window creation
forces compositor to reconfigure the surface and align buffer size
with the visible client area.
No effect on X11, Windows, or macOS.
Signed-off-by: Texas0295 <kimura@texas0295.top>