Usermode - Removed SpiderScript
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / common.h
index a515bdc..b00d697 100644 (file)
@@ -89,8 +89,10 @@ extern void  Input_HandleSelect(fd_set *set);
 extern tApplication    *AxWin_RegisterClient(tIPC_Type *Method, void *Ident, const char *Name);
 extern void    AxWin_DeregisterClient(tApplication *App);
 extern tApplication    *AxWin_GetClient(tIPC_Type *Method, void *Ident);
+extern tElement        *AxWin_CreateAppWindow(tApplication *App, const char *Name);
 // --- Video ---
 extern void    Video_Setup(void);
+extern void    Video_SetCursorPos(short X, short Y);
 extern void    Video_Update(void);
 extern void    Video_FillRect(short X, short Y, short W, short H, uint32_t Color);
 extern void    Video_DrawRect(short X, short Y, short W, short H, uint32_t Color);

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