decoration: stack: stacks multiple decorations on top of each other

This commit is contained in:
Daniel Eklöf 2018-12-26 15:59:48 +01:00
parent 09cd27b688
commit a745436ee2
4 changed files with 78 additions and 1 deletions

6
decorations/stack.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include "../color.h"
#include "../decoration.h"
struct deco *deco_stack(struct deco *decos[], size_t count);