Skip to content
  • Emmanuele Bassi's avatar
    [x11] Fix Stage user-initiated resize · 111512a2
    Emmanuele Bassi authored
    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.
    111512a2