Usermode/AxWin3 - Working on IPC, compiles and runs, just nothing happens :)
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / wm.h
index 79b8b3a..a5a779f 100644 (file)
@@ -27,12 +27,12 @@ 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);
 // --- Rendering
-extern void    Render_DrawFilledRect(tWindow *Window, tColour Colour, int X, int Y, int W, int H);
+extern void    WM_Render_FilledRect(tWindow *Window, tColour Colour, int X, int Y, int W, int H);
 
 #endif
 

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