Layer support added

This commit is contained in:
2018-05-31 00:04:14 +02:00
parent 9b7073604b
commit 0290a6c9d3
3 changed files with 4 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
struct layer_info
{
int layer;
char *name;
int stacked_position; ///< Lower is bottom, higher is top
GdkRGBA color;
};