Usermode/AxWin3 - Working on the libaxwin3 API
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / main.c
index 5186c21..51c8c58 100644 (file)
@@ -10,6 +10,7 @@
 
 // === IMPORTS ===
 extern void    WM_Update(void);
+extern void    Video_Setup(void);
 
 // === PROTOTYPES ===
 void   ParseCommandline(int argc, char **argv);
@@ -20,7 +21,6 @@ const char    *gsMouseDevice = NULL;
 
  int   giScreenWidth = 640;
  int   giScreenHeight = 480;
-uint32_t       *gpScreenBuffer = NULL;
 
  int   giTerminalFD = -1;
  int   giMouseFD = -1;
@@ -41,7 +41,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