Usermode/AxWin3 - Implemented WM_CreateWindow
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / main.c
index c6a4546..0b63a18 100644 (file)
@@ -13,6 +13,7 @@
 // === IMPORTS ===
 extern void    WM_Update(void);
 extern void    Video_Setup(void);
+extern int     Renderer_Widget_Init(void);
 
 // === PROTOTYPES ===
 void   ParseCommandline(int argc, char **argv);
@@ -53,6 +54,7 @@ int main(int argc, char *argv[])
        IPC_Init();
        Input_Init();
        
+       Renderer_Widget_Init();
 //     WM_Update();
        
        // Spawn interface root

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