Skip to content
  • Vlad Zahorodnii's avatar
    Update cached client size when the client geometry has changed · 23113d38
    Vlad Zahorodnii authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
    The usage of geometryShapeChanged() is highly discouraged because it is
    emitted when geometry of any kind has been changed, e.g. buffer geometry,
    frame geometry, etc.
    
    This change ports DecoratedClientImpl to the clientGeometryChanged()
    signal, so the cached client size will be updated only after the client
    geometry has actually changed.
    23113d38