|
@@ -29,7 +29,7 @@
|
29
|
29
|
#include <glm/glm.hpp>
|
30
|
30
|
|
31
|
31
|
static std::string validStringArguments[] = { "bordersize", "padding", "color", "shader", "highlight", "format", "tolerance", "nodecorations", "nokeyboard", "help", "xdisplay", "version", "quiet" };
|
32
|
|
-static char validCharArguments[] = { 'b', 'p', 'c', 'r', 'l', 'f', 't', 'n', 'k', 'h', 'd', 'v', 'q' };
|
|
32
|
+static char validCharArguments[] = { 'b', 'p', 'c', 'r', 'l', 'f', 't', 'n', 'k', 'h', 'x', 'v', 'q' };
|
33
|
33
|
static unsigned int isFlagArgument[] = { false, false, false, false, true, false, false, false, true, true, false, true, true };
|
34
|
34
|
static unsigned int validArgumentCount = 13;
|
35
|
35
|
static unsigned int maxFloatingValues = 0;
|