forgot to push colorswap

This commit is contained in:
philippe44
2022-07-09 14:05:09 -07:00
parent 3d30b45723
commit 099d9ffd1e
13 changed files with 92 additions and 54 deletions

View File

@@ -31,6 +31,8 @@ typedef struct {
int depth;
const char *type;
bool rotate;
bool invert;
int colorswap;
} display_config_t;
typedef struct {