Skip to content
  • Emmanuele Bassi's avatar
    [x11] Do not forcibly set the stage size on fullscreen · 12b4e040
    Emmanuele Bassi authored
    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.
    12b4e040