Skip to content
Snippets Groups Projects
Commit cb0d15da authored by John Hodge's avatar John Hodge
Browse files

Kernel/api_video - Oops, forgot this

parent 2bcc467a
No related merge requests found
...@@ -473,6 +473,11 @@ extern void DrvUtil_Video_DrawCursor(tDrvUtil_Video_BufInfo *Buf, int X, int Y); ...@@ -473,6 +473,11 @@ extern void DrvUtil_Video_DrawCursor(tDrvUtil_Video_BufInfo *Buf, int X, int Y);
* \param Buf Framebuffer descriptor, see type for details * \param Buf Framebuffer descriptor, see type for details
*/ */
extern void DrvUtil_Video_RemoveCursor(tDrvUtil_Video_BufInfo *Buf); extern void DrvUtil_Video_RemoveCursor(tDrvUtil_Video_BufInfo *Buf);
/**
* \brief Text mode cursor image
*/
extern tVideo_IOCtl_Bitmap gDrvUtil_TextModeCursor;
/** /**
* \} * \}
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment