trying to fix build
git-svn-id: svn://kolibrios.org@7853 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -62,7 +62,7 @@ int kfont_char_width[255];
|
||||
void ApplySmooth();
|
||||
int WriteIntoWindow();
|
||||
int WriteIntoWindowCenter();
|
||||
void WriteIntoBuffer();
|
||||
dword WriteIntoBuffer();
|
||||
void ShowBuffer();
|
||||
void ShowBufferPart();
|
||||
} kfont;
|
||||
@@ -241,7 +241,7 @@ inline fastcall dword b32(EAX) { return DSDWORD[EAX]; }
|
||||
}
|
||||
}
|
||||
|
||||
:void KFONT::WriteIntoBuffer(int x,y,w,h; dword _background, _color; byte font_size; dword text1)
|
||||
:dword KFONT::WriteIntoBuffer(int x,y,w,h; dword _background, _color; byte font_size; dword text1)
|
||||
{
|
||||
dword new_raw_size;
|
||||
if(!text1)return;
|
||||
@@ -273,7 +273,7 @@ inline fastcall dword b32(EAX) { return DSDWORD[EAX]; }
|
||||
if(bold)x+=math.ceil(size.pt/17);
|
||||
text1++;
|
||||
}
|
||||
return;
|
||||
return x;
|
||||
}
|
||||
|
||||
:int KFONT::WriteIntoWindow(int x,y; dword _background, _color; byte font_size; dword text1)
|
||||
|
Reference in New Issue
Block a user