X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FShell_src%2Fmain.c;h=7c903cec1b2f77af123ff0d929a334e048416961;hb=b98fbd4e9c71447d81fc9bd643fb174c76346e0f;hp=b357dea5b734004c19845b72e21b16672596d45d;hpb=775bf8013abe9fe4ef3d4883ea2e43bba2a84da1;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..7c903cec 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,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();