mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
d454bfcc87
Since Clutter changed to using a layout scheme the handling_configure flag no longer works because the allocate method is not invoked immediately during the call to set_size from the ConfigureNotify handler. However it is also no longer neccessary because the resizes are effectively batched up until a relayout is run so it won't cause an infinite loop of resize and notify events anyway.