mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 03:18:56 +00:00
12b4e0400c
Setting the stage size using clutter_actor_set_size() is almost always wrong: the X11 stage implementation should save the size and queue a relayout -- like it does when receiving a ConfigureNotify. The same should happen when setting it to be full screen.