Usermode/AxWin3 - Fixed all compile errors, runs and cursor moves, that is all
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / main.c
index 5186c21..2ae11aa 100644 (file)
@@ -10,6 +10,7 @@
 
 // === IMPORTS ===
 extern void    WM_Update(void);
+extern void    Video_Setup(void);
 
 // === PROTOTYPES ===
 void   ParseCommandline(int argc, char **argv);
@@ -41,7 +42,7 @@ int main(int argc, char *argv[])
                gsMouseDevice = "/Devices/PS2Mouse";
        }
        
-//     Video_Setup();
+       Video_Setup();
 //     Interface_Init();
        IPC_Init();
        Input_Init();

UCC git Repository :: git.ucc.asn.au