Usermode/AxWin3 - Added keysyms (symlink to kernel version)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / main.c
index 781194a..48e47ff 100644 (file)
@@ -7,6 +7,7 @@
 
 // === IMPORTS ===
 extern void    WM_Update(void);
+extern int     Input_Init(void);
 
 // === GLOBALS ===
 const char     *gsTerminalDevice = NULL;
@@ -38,6 +39,7 @@ int main(int argc, char *argv[])
        Video_Setup();
        Interface_Init();
        IPC_Init();
+       Input_Init();
        
        WM_Update();
        

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