X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2Finclude%2Fwm.h;h=a5a779fcbbd4520405c1272d58b92091b02ff7f1;hb=fbe3dc8eed612e18263f96fe59ccf79ab587ce0b;hp=cac23cb335726e64967fe8d8d777900cecdc8649;hpb=f5c5d4bd1b3a32db4e8b115d2c71773dd58d77bf;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/WM/include/wm.h b/Usermode/Applications/axwin3_src/WM/include/wm.h index cac23cb3..a5a779fc 100644 --- a/Usermode/Applications/axwin3_src/WM/include/wm.h +++ b/Usermode/Applications/axwin3_src/WM/include/wm.h @@ -27,7 +27,7 @@ typedef uint32_t tColour; // === FUNCTIONS === // --- Management -extern tWindow *WM_CreateWindow(tWindow *Parent, int X, int Y, int W, int H, int Flags, tWMRenderer *Handler); +extern tWindow *WM_CreateWindow(tWindow *Parent, int Flags, const char *Renderer); extern int WM_Reposition(tWindow *Window, int X, int Y, int W, int H); extern int WM_SetFlags(tWindow *Window, int Flags); extern int WM_SendMessage(tWindow *Window, int MessageID, int Length, void *Data);