mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +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.