mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 00:35:38 +02:00
decoration: stack: stacks multiple decorations on top of each other
This commit is contained in:
parent
09cd27b688
commit
a745436ee2
4 changed files with 78 additions and 1 deletions
6
decorations/stack.h
Normal file
6
decorations/stack.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../color.h"
|
||||
#include "../decoration.h"
|
||||
|
||||
struct deco *deco_stack(struct deco *decos[], size_t count);
|
Loading…
Add table
Add a link
Reference in a new issue