Usermode/AxWin3 - Cleaning up, graphics fixes and working on text cursor
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / include / video.h
index 344b9a4..708856a 100644 (file)
@@ -10,6 +10,7 @@
 
 extern void    Video_Update(void);
 extern void    Video_Blit(uint32_t *Source, short DstX, short DstY, short W, short H);
+extern void    Video_FillRect(int X, int Y, int W, int H, uint32_t Colour);
 
 #endif
 

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