forked from KolibriOS/kolibrios
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:
parent
7bcf433fb8
commit
c31385a3f3
@ -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
|
||||
|
@ -22,7 +22,7 @@ void main()
|
||||
draw_window();
|
||||
while(1)
|
||||
{
|
||||
event=s_get_event();
|
||||
event=get_event();
|
||||
switch(event)
|
||||
{
|
||||
case 1: draw_window(); break;
|
||||
|
Loading…
Reference in New Issue
Block a user