From c31385a3f342565b4af463fa032bc1290d48529a Mon Sep 17 00:00:00 2001 From: jacekm Date: Fri, 8 Feb 2008 11:55:50 +0000 Subject: [PATCH] scc changes in examples and scc 0.5.3 git-svn-id: svn://kolibrios.org@720 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/scc/SCC.ASM | 2 +- programs/develop/scc/example/EXAMPLE.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/develop/scc/SCC.ASM b/programs/develop/scc/SCC.ASM index 8406710b57..492a71f0bd 100644 --- a/programs/develop/scc/SCC.ASM +++ b/programs/develop/scc/SCC.ASM @@ -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 diff --git a/programs/develop/scc/example/EXAMPLE.C b/programs/develop/scc/example/EXAMPLE.C index b9572e2251..d1828991ea 100644 --- a/programs/develop/scc/example/EXAMPLE.C +++ b/programs/develop/scc/example/EXAMPLE.C @@ -22,7 +22,7 @@ void main() draw_window(); while(1) { - event=s_get_event(); + event=get_event(); switch(event) { case 1: draw_window(); break;