make usable screensize config const
This commit is contained in:
		
							parent
							
								
									8b52c85dd1
								
							
						
					
					
						commit
						67ec8b1547
					
				@ -12,8 +12,8 @@ static const char *fgcol = "#000000";
 | 
				
			|||||||
static const char *bgcol = "#FFFFFF";
 | 
					static const char *bgcol = "#FFFFFF";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* how much screen estate is to be used at max for the content */
 | 
					/* how much screen estate is to be used at max for the content */
 | 
				
			||||||
static float usablewidth = 0.75;
 | 
					static const float usablewidth = 0.75;
 | 
				
			||||||
static float usableheight = 0.75;
 | 
					static const float usableheight = 0.75;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static Mousekey mshortcuts[] = {
 | 
					static Mousekey mshortcuts[] = {
 | 
				
			||||||
	/* button         function        argument */
 | 
						/* button         function        argument */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user