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