scc changes in examples and scc 0.5.3

git-svn-id: svn://kolibrios.org@720 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
jacekm 2008-02-08 11:55:50 +00:00
parent 7bcf433fb8
commit c31385a3f3
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ draw_window:
mov ebx,1
int 0x40
mov ebx,100*65536+300
mov ebx,100*65536+320
mov ecx,100*65536+320
mov edx,0x035555DD
mov esi,0x805080d0

View File

@ -22,7 +22,7 @@ void main()
draw_window();
while(1)
{
event=s_get_event();
event=get_event();
switch(event)
{
case 1: draw_window(); break;