aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/yawa.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/yawa.c b/src/yawa.c
index 2cac14b..71e6931 100644
--- a/src/yawa.c
+++ b/src/yawa.c
@@ -93,6 +93,17 @@ parse_opt (int key, char *arg, struct argp_state *state)
arguments->tint = true;
arguments->color = arg;
break;
+
+ case 'v':
+ arguments->flipv = true;
+ break;
+ case 'h':
+ arguments->fliph = true;
+ break;
+ case 'd':
+ arguments->flipd = true;
+ break;
+
case 'A':
arguments->alpha = true;
val = strtol(arg, &endptr, 10);