mirror of
https://github.com/labwc/labwc.git
synced 2026-02-07 04:07:42 -05:00
window-rules: add root-toplevel critiera
This commit is contained in:
parent
c71fccbcec
commit
79bca44cb1
4 changed files with 8 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ enum lab_view_criteria {
|
|||
/* Positive criteria */
|
||||
LAB_VIEW_CRITERIA_FULLSCREEN = 1 << 1,
|
||||
LAB_VIEW_CRITERIA_ALWAYS_ON_TOP = 1 << 2,
|
||||
LAB_VIEW_CRITERIA_ROOT_TOPLEVEL = 1 << 3,
|
||||
|
||||
/* Negative criteria */
|
||||
LAB_VIEW_CRITERIA_NO_ALWAYS_ON_TOP = 1 << 6,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue