From 7e94f32e4c99ced99ab4efaef1e56ad96430fb40 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 20 Nov 2012 01:41:42 +0100 Subject: Initial work at making scrolling work --- atari/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index fb412f376..7204705a0 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -1117,7 +1117,9 @@ int main(int argc, char** argv) freopen("stdout.log", "a+", stdout); freopen("stderr.log", "a+", stderr); #endif + // todo: replace with appl_init ApplInit(); + gl_apid = _AESapid; graf_mouse(BUSY_BEE, NULL); init_os_info(); atari_find_resource((char*)&messages, "messages", "res/messages"); -- cgit v1.2.3