AxWin2 - Misc commenting changes (and moving Shell to new specs)
[tpg/acess2.git] / Usermode / Applications / axwin2_src / Shell_src / main.c
index 7c903ce..c0eeeec 100644 (file)
@@ -9,15 +9,14 @@
  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