X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fcommon.h;h=b00d6971bd7a586718e8072731ce1cec5580ed83;hb=3b540119d96b47d7f489b36276acce259fb8b518;hp=2d92cb5835fd865f8517a2a1f763ffb1baa17981;hpb=b026426ea04f327826b83b668c0ac648a6c47e55;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/common.h b/Usermode/Applications/axwin2_src/WM/common.h index 2d92cb58..b00d6971 100644 --- a/Usermode/Applications/axwin2_src/WM/common.h +++ b/Usermode/Applications/axwin2_src/WM/common.h @@ -92,6 +92,7 @@ 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);