FlutterWayland / flutter_wlroots

Wayland compositor embedder and library for Flutter. Built with Wlroots.
MIT License
30 stars 5 forks source link

Support wayland viewports #16

Open hansihe opened 2 years ago

hansihe commented 2 years ago

Some widget toolkits (like GTK) add shadow decoration around their surfaces.

These shadows are not supposed to be counted as a part of the window itself, only be drawn around it.

We need to support handling this properly.

See: wlr_surface_state.viewport