mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[draft] just a quick proof-of-concept for window-rules in support lxqt-panel
Related-to: #768
This commit is contained in:
parent
d571b0b28a
commit
ed4edd77a4
9 changed files with 96 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ enum node_descriptor_type {
|
|||
LAB_NODE_DESC_NODE = 0,
|
||||
LAB_NODE_DESC_VIEW,
|
||||
LAB_NODE_DESC_XDG_POPUP,
|
||||
LAB_NODE_DESC_XDG_UNMANAGED,
|
||||
LAB_NODE_DESC_LAYER_SURFACE,
|
||||
LAB_NODE_DESC_LAYER_POPUP,
|
||||
LAB_NODE_DESC_MENUITEM,
|
||||
|
|
@ -37,6 +38,7 @@ struct node_descriptor {
|
|||
* @data: struct to point to as follows:
|
||||
* - LAB_NODE_DESC_VIEW struct view
|
||||
* - LAB_NODE_DESC_XDG_POPUP struct view
|
||||
* - LAB_NODE_DESC_XDG_UNMANAGED struct xdg_unmanaged
|
||||
* - LAB_NODE_DESC_LAYER_SURFACE struct lab_layer_surface
|
||||
* - LAB_NODE_DESC_LAYER_POPUP struct lab_layer_popup
|
||||
* - LAB_NODE_DESC_MENUITEM struct menuitem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue