|  | @@ -1028,8 +1028,7 @@ int laGetReadyWith(laInitArguments* ia){
 | 
	
		
			
				|  |  |      MAIN.Animation=memAcquire(sizeof(laAnimation));
 | 
	
		
			
				|  |  |      MAIN.Audio=memAcquire(sizeof(laAudio));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    XSynchronize(MAIN.dpy,1);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +    
 | 
	
		
			
				|  |  |      //interactions:
 | 
	
		
			
				|  |  |      MAIN.TopFramerate = 60;
 | 
	
		
			
				|  |  |      MAIN.ValuatorThreshold = 8;
 | 
	
	
		
			
				|  | @@ -1838,6 +1837,7 @@ void la_PanelBackgroundInit(laPanel *p, laBoxedTheme *bt){
 | 
	
		
			
				|  |  |      glClearColor(LA_COLOR4(laThemeColor(bt,LA_BT_NORMAL)));
 | 
	
		
			
				|  |  |      tnsClearAll();
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +void la_PanelDrawDescendBorder(laPanel* Panel, laBoxedTheme* bt, int Width, real Alpha);
 | 
	
		
			
				|  |  |  void la_PanelDrawToWindow(laPanel *p, laWindow *w){
 | 
	
		
			
				|  |  |      real Color[] = {1, 1, 1, 1};
 | 
	
		
			
				|  |  |      real L, W, U, H;
 |