Kernel - Oops, forgot to change the export definitions
[tpg/acess2.git] / Usermode / Applications / axwin2_src / WM / video.c
index 39ba1e5..7b3eb2f 100644 (file)
@@ -14,6 +14,8 @@ void  Video_FillRect(short X, short Y, short W, short H, uint32_t Color);
 void   Video_DrawRect(short X, short Y, short W, short H, uint32_t Color);
 
 // === GLOBALS ===
+ int   giVideo_CursorX;
+ int   giVideo_CursorY;
 
 // === CODE ===
 void Video_Setup(void)

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