2 * Acess2 Window Manager v3 (axwin3)
3 * - By John Hodge (thePowersGang)
11 extern void Video_Update(void);
12 extern void Video_Blit(uint32_t *Source, short DstX, short DstY, short W, short H);
13 extern void Video_FillRect(int X, int Y, int W, int H, uint32_t Colour);