forked from KolibriOS/kolibrios
fix previous rev
git-svn-id: svn://kolibrios.org@6747 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2cfdddd8c6
commit
5e8eda8fdd
@ -81,7 +81,7 @@ void properties_dialog()
|
||||
break;
|
||||
|
||||
case evReDraw:
|
||||
DefineAndDrawWindow(Form.left + 150,150,270,285+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES,0;
|
||||
DefineAndDrawWindow(Form.left + 150,150,270,285+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES,0);
|
||||
GetProcessInfo(#settings_form, SelfInfo);
|
||||
DrawCaptButton(settings_form.cwidth-70-13, settings_form.cheight-34, 70, 22, 10, 0x288FBD, 0xFFFfff, BTN_CLOSE);
|
||||
}
|
||||
|
@ -510,7 +510,7 @@ inline fastcall dword GetStartTime()
|
||||
loop()switch(WaitEvent())
|
||||
{
|
||||
case evReDraw:
|
||||
DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,100,1,1,0x34,0xFFFFFF,"",0);
|
||||
DefineAndDrawWindow(X_EventRedrawWindow,Y_EventRedrawWindow,100,1,0x34,0xFFFFFF,NULL,0);
|
||||
pause(10);
|
||||
ExitProcess();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user