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

tinywl: use wlr_scene #3250

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

tinywl: use wlr_scene #3250

wants to merge 3 commits into from

Commits on Oct 27, 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 27, 2021
    Configuration menu
    Copy the full SHA
    355b9db View commit details
    Browse the repository at this point in the history
  2. tinywl: use wlr_scene

    ifreund committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    96c86e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    346e648 View commit details
    Browse the repository at this point in the history