mirror of
https://github.com/brl/mutter.git
synced 2025-03-25 20:53:54 +00:00

The user-initiated resize is conflicting with the allocated size. This happens because we change the size of the stage's X Window behind the back of the size allocation machinery. Instead, we should change the size of the actor whenever we receive a ConfigureNotify event to reflect the new size of the actor.