Usermode/AxWin3 - Cleaning up and adding client widget support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / ipc.c
index d842071..a47cc0a 100644 (file)
@@ -270,7 +270,7 @@ int IPC_Msg_CreateWin(tIPC_Client *Client, tAxWin_IPCMessage *Msg)
                return 1;
 
        // - Create the new window, and save its pointer
-       newwin = WM_CreateWindow(parent, info->Flags, info->Renderer);
+       newwin = WM_CreateWindow(parent, info->RendererArg, info->Renderer);
        IPC_int_SetWindow(Client, info->NewWinID, newwin);
 
        return 0;

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