Skip to content
Commit 0ad49016 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Provide a way to force xdg surface configure events

XdgSurfaceClient tries to avoid sending unnecessary configure events,
but in some cases, the compositor has to send one even if the surface
state hasn't changed, for example in response to a set_maximized()
request, etc.

This change introduces a special flag to indicate that the scheduled
event has to be sent no matter what.
parent 4a0128ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment