forked from external/yambar
6 lines
113 B
C
6 lines
113 B
C
#pragma once
|
|
|
|
#include "../color.h"
|
|
#include "../decoration.h"
|
|
|
|
struct deco *deco_background(struct rgba color);
|