Eolite:Refresh window when changing settings.

Kpack:Fixed bag kpack wait event.

git-svn-id: svn://kolibrios.org@5582 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pavelyakov
2015-07-19 23:09:56 +00:00
parent 48561dae7e
commit 48efeaf1fc
7 changed files with 132 additions and 39 deletions

View File

@@ -33,8 +33,8 @@
:void DrawDate(dword x, y, color, in_date)
{
//char text[10];
EDI = in_date;
char text[15];
/*EDI = in_date;
EAX = 47;
EBX = 2<<16;
EDX = x<<16+y;
@@ -47,10 +47,10 @@
EDX += 18<<16;
EBX = 4<<16;
ECX = EDI.date.year;
$int 0x40;
//sprintf(#text,"%d.%d.%d",EDI.date.day,EDI.date.month,EDI.date.year);
//WriteText(x, y, 0x80, 0x80<<24+color, #text);
$int 0x40;*/
//sprintf(#text,"%s","ddf");
WriteText(x, y, 0x80, color, "adas\0");
}