|  | @@ -903,6 +903,7 @@ extern laProp* LA_PROP_CONTROLLER;
 | 
	
		
			
				|  |  |  #define LA_BT_SFACE   (LA_BT_FACE|LA_BT_SELECTED)
 | 
	
		
			
				|  |  |  #define LA_BT_WARNING (1<<12)
 | 
	
		
			
				|  |  |  #define LA_UI_WARNING LA_BT_WARNING
 | 
	
		
			
				|  |  | +#define LA_BT_SHADOW (1<<13)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #define LA_UI_TAG_IS_OFFSCREEN  (1<<0)
 | 
	
		
			
				|  |  |  #define LA_UI_TAG_CAVANS_SCALED (1<<1)
 | 
	
	
		
			
				|  | @@ -937,6 +938,7 @@ STRUCTURE(laTheme){
 | 
	
		
			
				|  |  |      real SVertexColor[4];
 | 
	
		
			
				|  |  |      real SEdgeColor[4];
 | 
	
		
			
				|  |  |      real SFaceColor[4];
 | 
	
		
			
				|  |  | +    real ShadowColor[4];
 | 
	
		
			
				|  |  |      real EdgeBrightness, EdgeTransparency;
 | 
	
		
			
				|  |  |      real VertexBrightness, VertexTransparency;
 | 
	
		
			
				|  |  |      real SelectedVertexTransparency;
 | 
	
	
		
			
				|  | @@ -1215,6 +1217,7 @@ STRUCTURE(laWidget){
 | 
	
		
			
				|  |  |  #define LA_UI_FLAGS_NO_LABEL   (1<<29)
 | 
	
		
			
				|  |  |  #define LA_UI_COLLECTION_SIMPLE_SELECTOR LA_UI_FLAGS_CYCLE
 | 
	
		
			
				|  |  |  #define LA_UI_FLAGS_WARNING    (LA_UI_FLAGS_CYCLE)
 | 
	
		
			
				|  |  | +#define LA_TEXT_SHADOW         LA_UI_FLAGS_NO_OVERLAY
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #define LA_UI_FLAGS_INT_ICON  (LA_UI_FLAGS_NO_DECAL|LA_UI_FLAGS_NO_EVENT|LA_UI_FLAGS_ICON)
 | 
	
		
			
				|  |  |  #define LA_UI_FLAGS_PLAIN     (LA_UI_FLAGS_NO_DECAL|LA_UI_FLAGS_NO_EVENT)
 |