mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	config: s/OSD/OnScreenDisplay/ in <theme><font place="OSD">
...to comply with Openbox 3.6 spec [1] "OSD" is still honoured to maintain backward compatibility. [1]: http://openbox.org/wiki/Help:Configuration#Theme
This commit is contained in:
		
							parent
							
								
									07a83c19f0
								
							
						
					
					
						commit
						84e64b9ce3
					
				
					 3 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -298,7 +298,8 @@ enum_font_place(const char *place)
 | 
			
		|||
		return FONT_PLACE_ACTIVEWINDOW;
 | 
			
		||||
	} else if (!strcasecmp(place, "MenuItem")) {
 | 
			
		||||
		return FONT_PLACE_MENUITEM;
 | 
			
		||||
	} else if (!strcasecmp(place, "OSD")) {
 | 
			
		||||
	} else if (!strcasecmp(place, "OnScreenDisplay")
 | 
			
		||||
			|| !strcasecmp(place, "OSD")) {
 | 
			
		||||
		return FONT_PLACE_OSD;
 | 
			
		||||
	}
 | 
			
		||||
	return FONT_PLACE_UNKNOWN;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue