| 
				
			 | 
			
			
				@@ -28,7 +28,7 @@ 
			 | 
		
	
		
			
			| 
				28
			 | 
			
				28
			 | 
			
			
				 #include <vector> 
			 | 
		
	
		
			
			| 
				29
			 | 
			
				29
			 | 
			
			
				 #include <glm/glm.hpp> 
			 | 
		
	
		
			
			| 
				30
			 | 
			
				30
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				31
			 | 
			
				
			 | 
			
			
				-static std::string validStringArguments[] = { "borderSize", "padding", "color", "shader", "highlight", "format" }; 
			 | 
		
	
		
			
			| 
				
			 | 
			
				31
			 | 
			
			
				+static std::string validStringArguments[] = { "bordersize", "padding", "color", "shader", "highlight", "format" }; 
			 | 
		
	
		
			
			| 
				32
			 | 
			
				32
			 | 
			
			
				 static char validCharArguments[] = { 'b', 'p', 'c', 's', 'h', 'f' }; 
			 | 
		
	
		
			
			| 
				33
			 | 
			
				33
			 | 
			
			
				 // 0 for flag, 1 for how many arguments to eat up 
			 | 
		
	
		
			
			| 
				34
			 | 
			
				34
			 | 
			
			
				 static unsigned int isFlagArgument[] = { false, false, false, false, true, false }; 
			 |