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

scene: add wlr_scene_xdg_popup_create #3298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2021

  1. scene: add wlr_scene_xdg_popup_create

    This allows compositors to easily add an xdg_popup to the
    scene-graph while retaining the ability to unconstraint the popup
    and decide its final position.
    
    Compositors can handle new popups with the wlr_xdg_shell.new_surface
    event, get the parent scene-graph node via wlr_xdg_popup.parent.data,
    create a new scene-graph node via wlr_scene_xdg_popup_tree_create,
    and unconstraint the popup if they want to.
    emersion committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bb79d90 View commit details
    Browse the repository at this point in the history