X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fvideo.c;fp=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fvideo.c;h=7b3eb2fbb3c009f4d051595d0220cd9f11424272;hb=bd2f2872dd2c125d9200a0465cdeddaf8794e31f;hp=39ba1e510c171d06eb9430b20366bf319c0d3aea;hpb=1544491b3b1a854e2c8333ca75d6b20a5550e03f;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/video.c b/Usermode/Applications/axwin2_src/WM/video.c index 39ba1e51..7b3eb2fb 100644 --- a/Usermode/Applications/axwin2_src/WM/video.c +++ b/Usermode/Applications/axwin2_src/WM/video.c @@ -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)