diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/swaynag/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaynag/types.h b/include/swaynag/types.h index 24da9418..3c3b2754 100644 --- a/include/swaynag/types.h +++ b/include/swaynag/types.h @@ -7,6 +7,7 @@ struct swaynag_type { char *font; char *output; uint32_t anchors; + int32_t layer; // enum zwlr_layer_shell_v1_layer or -1 if unset // Colors uint32_t button_text; |