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
This commit is contained in:
Johan Malm 2022-02-25 22:31:24 +00:00
parent 4c981b845f
commit 2891ff245e
7 changed files with 92 additions and 6 deletions

View file

@ -11,6 +11,7 @@ labwc_sources = files(
'key-state.c',
'layers.c',
'main.c',
'node-descriptor.c',
'osd.c',
'output.c',
'resistance.c',