Skip to content
  • Vlad Zahorodnii's avatar
    wayland: Block geometry updates while placing popups · f369a355
    Vlad Zahorodnii authored
    Placement::placeTransient() checks the frame geometry right after
    setting it. That is a problem because geometry updates for
    XdgPopupClient are made in async fashion. We need to block geometry
    updates in order to ensure that window placement code sees correct
    geometry.
    f369a355