Many changes, bugfixes to user vsnprintf and to escape code handling
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / main.c
index 1a68acb..1234b66 100644 (file)
@@ -8,6 +8,7 @@
 // === IMPORTS ===
 extern void    ParseCommandline(int argc, char *argv[]);
 extern void    Video_Setup(void);
+extern void    WM_Update(void);
 extern void    Messages_PollIPC(void);
 
 // === GLOBALS ===
@@ -31,11 +32,13 @@ int main(int argc, char *argv[])
        ParseCommandline(argc, argv);
        
        if( gsTerminalDevice == NULL ) {
-               gsTerminalDevice = "/Devices/VTerm/7";
+               gsTerminalDevice = "/Devices/VTerm/6";
        }
        
        Video_Setup();
-       Interface_Render();
+       Interface_Init();
+       
+       WM_Update();
        
        // Main Loop
        for(;;)

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