Parse output background config

This commit is contained in:
Drew DeVault 2015-11-19 18:25:15 -05:00
parent 392f02da64
commit 79b277fe9b
2 changed files with 39 additions and 2 deletions

View file

@ -43,6 +43,8 @@ struct output_config {
bool enabled;
int width, height;
int x, y;
char *background;
char *background_option;
};
/**