X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FShell_src%2Fmain.c;h=aa939967417f0b862ca942691169012010a1aba7;hb=89690cfe3d3ff74ffd5f3e7bf4c2140b7f894c1f;hp=b357dea5b734004c19845b72e21b16672596d45d;hpb=872dbea3900b09c78092d3cdf035513f400bcfe8;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/Shell_src/main.c b/Usermode/Applications/axwin2_src/Shell_src/main.c index b357dea5..aa939967 100644 --- a/Usermode/Applications/axwin2_src/Shell_src/main.c +++ b/Usermode/Applications/axwin2_src/Shell_src/main.c @@ -1,5 +1,5 @@ /* - * Acess2 GUI Shell + * Acess2 GUI Test App * - By John Hodge (thePowersGang) */ #include @@ -13,9 +13,8 @@ tAxWin_Handle ghMenubarWindow; // === CODE === int main(int argc, char *argv[]) -{ - // Create Window - ghMenubarWindow = AxWin_CreateWindow(0, 0, -1, -1, WINFLAG_NOBORDER, Menubar_HandleMessage); +{ + AxWin_Register("Terminal"); AxWin_MessageLoop();