You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the true way to disable all the potential decorations is to use client side decorations, however compositor may ignore such requests, so we'd simply need to not enable the protocol manager for the toplevel in the first place.
We can't disable/enable during runtime, really (there's an option to unmap, but it requires special handling, so better to drop the window entirely).
The text was updated successfully, but these errors were encountered:
During the migration some logic wrt `none` decorations was lost along
the way, however we also now try to ask for client side decorations if
the user wants to disable server side decorations.
Fixesrust-windowing#2902.
During the migration some logic wrt `none` decorations was lost along
the way, however we also now try to ask for client side decorations if
the user wants to disable server side decorations.
Fixes#2902.
The issue is that the true way to disable all the potential decorations is to use client side decorations, however compositor may ignore such requests, so we'd simply need to not enable the protocol manager for the toplevel in the first place.
We can't disable/enable during runtime, really (there's an option to unmap, but it requires special handling, so better to drop the window entirely).
The text was updated successfully, but these errors were encountered: