c-- last update

git-svn-id: svn://kolibrios.org@3110 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2012-12-15 00:40:56 +00:00
parent 4a430b8383
commit 4342f249f4
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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