*/}}
1
0
YimingWu vor 1 Jahr
Ursprung
Commit
bdc715b3de
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      la_kernel.c

+ 2 - 2
la_kernel.c

@@ -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;