]> git.mdlowis.com Git - proto/labwc.git/commit
layers: put popups in separate node-tree
authorJohan Malm <jgm323@gmail.com>
Thu, 3 Mar 2022 17:56:38 +0000 (17:56 +0000)
committerJohan Malm <jgm323@gmail.com>
Thu, 3 Mar 2022 17:56:38 +0000 (17:56 +0000)
commit6fd400b493ff7819761c782c589808340f8adc9d
treeacb1bab59cd805fca755e5d72c26a66cacdf19d8
parent34bd1fb6da7a35cfd96f39f087484c47802b33ff
layers: put popups in separate node-tree

This allows popups to be rendered above views and other layers. Without
this, the popups of a layer-shell application in the bottom layer would
render below views, which does not seem right. For example, consider the
case of a panel with right-click popups.
include/labwc.h
src/layers.c
src/output.c