Kernel - Finally fixed that corruption bug (description follows)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Shell_src / main.c
index 7c903ce..fbc6348 100644 (file)
@@ -2,22 +2,21 @@
  * Acess2 GUI Test App
  * - By John Hodge (thePowersGang)
  */
-#include <axwin/axwin.h>
+#include <axwin2/axwin.h>
 
 // === PROTOTYPES ===
  int   main(int argc, char *argv[]);
  int   Menubar_HandleMessage(tAxWin_Message *Message);
 
 // === GLOBALS ===
-tAxWin_Handle  ghMenubarWindow;
+tAxWin_Element geConsole;
 
 // === CODE ===
 int main(int argc, char *argv[])
 {
        AxWin_Register("Terminal");
        
-       // Create Window
-       //ghMenubarWindow = AxWin_CreateWindow(0, 0, -1, -1, WINFLAG_NOBORDER, Menubar_HandleMessage);
+       //geConsole = AxWin_CreateElement();
        
        AxWin_MessageLoop();
        

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