Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

scene: add functions to place node on top/bottom #3251

Merged
merged 2 commits into from
Oct 14, 2021

Commits on Oct 13, 2021

  1. scene: assert that node != sibling in place above/below

    Currently these functions remove the node from the scene if the sibling
    argument is the same node as the node. To prevent confusion when
    misusing this API, assert that the nodes are distinct and document this.
    ifreund committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a7148de View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. scene: add functions to place node on top/bottom

    These are very common operations for compositors (including tinywl)
    to perform.
    ifreund committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    88024d3 View commit details
    Browse the repository at this point in the history