forked from KolibriOS/kolibrios
c-- last update
git-svn-id: svn://kolibrios.org@3110 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4a430b8383
commit
4342f249f4
@ -16,10 +16,10 @@ void DrawRectangle3D(dword x,y,width,height,color1,color2)
|
||||
DrawBar(x,y+height,width,1,color2);
|
||||
}
|
||||
|
||||
void DrawCaptButton(dword x,y,width,height,id,color_b, color_t,text,text_len)
|
||||
void DrawCaptButton(dword x,y,width,height,id,color_b, color_t,text)
|
||||
{
|
||||
DefineButton(x,y,width,height,id,color_b);
|
||||
WriteText(-text_len*6+width/2+x+1,height/2-3+y,0x80,color_t,text);
|
||||
WriteText(-strlen(text)*6+width/2+x+1,height/2-3+y,0x80,color_t,text);
|
||||
}
|
||||
|
||||
void DrawCircle(int x, y, r)
|
||||
|
@ -1,5 +1,5 @@
|
||||
del lang.h
|
||||
echo #define LANG_ENG 1 >lang.h
|
||||
echo #define LANG_ENG 1 >lang.h--
|
||||
|
||||
..\C--\C-- tmpdisk.c
|
||||
del tmpdisk
|
||||
|
@ -1,5 +1,5 @@
|
||||
del lang.h
|
||||
echo #define LANG_RUS 1 >lang.h
|
||||
echo #define LANG_RUS 1 >lang.h--
|
||||
|
||||
..\C--\C-- tmpdisk.c /lst
|
||||
del tmpdisk
|
||||
|
Loading…
Reference in New Issue
Block a user