Big rewrite of AxWin to get it to compile and run
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Shell_src / main.c
index b357dea..7c903ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Acess2 GUI Shell
+ * Acess2 GUI Test App
  * - By John Hodge (thePowersGang)
  */
 #include <axwin/axwin.h>
@@ -13,9 +13,11 @@ tAxWin_Handle        ghMenubarWindow;
 
 // === CODE ===
 int main(int argc, char *argv[])
-{      
+{
+       AxWin_Register("Terminal");
+       
        // Create Window
-       ghMenubarWindow = AxWin_CreateWindow(0, 0, -1, -1, WINFLAG_NOBORDER, Menubar_HandleMessage);
+       //ghMenubarWindow = AxWin_CreateWindow(0, 0, -1, -1, WINFLAG_NOBORDER, Menubar_HandleMessage);
        
        AxWin_MessageLoop();
        

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