forked from external/yambar
decorations: are now plugins
This commit is contained in:
parent
4eee71eaf4
commit
7754ef3661
11 changed files with 160 additions and 124 deletions
|
@ -8,3 +8,6 @@ struct deco {
|
|||
int x, int y, int width, int height);
|
||||
void (*destroy)(struct deco *deco);
|
||||
};
|
||||
|
||||
#define DECORATION_COMMON_ATTRS \
|
||||
{NULL, false, NULL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue