blob: d308aecaa9507a24e7a555141f8c5da79f4e61ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- wmbluecpu.c 2003-03-17 12:02:13.000000000 +1030
+++ wmbluecpu.c 2009-02-11 12:35:43.966803000 +1030
@@ -32,12 +32,12 @@
argv = varg;
parse_arguments();
make_window();
- start_timer();
+ cpu_init();
+ handle_timer(14);
while(!exitloop)
{
process_events();
}
- stop_timer();
free_stuff();
return 0;
}
|