X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin2_src%2FWM%2Fvideo.c;h=7e25360618931c755c86114345ec1427cce6c998;hb=92517b68b7582251f69db7e062d5e5a4c773791f;hp=7b56df7d259013203e7f6633001730e2a85b7af3;hpb=d5834686ad14b66420060192445f06bce85db389;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin2_src/WM/video.c b/Usermode/Applications/axwin2_src/WM/video.c index 7b56df7d..7e253606 100644 --- a/Usermode/Applications/axwin2_src/WM/video.c +++ b/Usermode/Applications/axwin2_src/WM/video.c @@ -11,6 +11,7 @@ void Video_Setup(void); void Video_Update(void); 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 === @@ -95,14 +96,6 @@ void Video_DrawRect(short X, short Y, short W, short H, uint32_t Color) Video_FillRect(X+W-1, Y, 1, H, Color); } -/** - * \brief Draw text to the screen - */ -void Video_DrawText(short X, short Y, short W, short H, void *Font, int Point, uint32_t Color, char *Text) -{ - // TODO! -} - /** * \brief Draw an image to the screen * \todo Maybe have support for an offset in the image