]> git.mdlowis.com Git - proto/labwc.git/commit
Add node-descriptor for wlr_scene_nodes
authorJohan Malm <jgm323@gmail.com>
Fri, 25 Feb 2022 22:31:24 +0000 (22:31 +0000)
committerJohan Malm <jgm323@gmail.com>
Sat, 26 Feb 2022 22:35:51 +0000 (22:35 +0000)
commit2891ff245e163339002e77c8d7c8a78544707353
treebfeeeb732a74ca9f0fd8295929d29abd2e51dec4
parent4c981b845fdf9331109108652e6b198fcdfbd251
Add node-descriptor for wlr_scene_nodes

Support identification of wlr_scene_node role to enable simplification
of codebase including the avoidance of iterating over lists of
layer-surface, menuitems, and so on.

Use node-descriptors for xdg toplevels and popups
include/node-descriptor.h [new file with mode: 0644]
src/desktop.c
src/meson.build
src/node-descriptor.c [new file with mode: 0644]
src/xdg-popup.c
src/xdg.c
src/xwayland.c