Usermode/ld-acess - Added two more ARM relocation types
[tpg/acess2.git] / Modules / Display / VESA / main.c
index 8b227ea..b543c23 100644 (file)
@@ -206,6 +206,10 @@ int Vesa_IOCtl(tVFS_Node *Node, int ID, void *Data)
                giVesaCursorY = ((tVideo_IOCtl_Pos*)Data)->y;\r
                Vesa_int_ShowCursor();\r
                return 0;\r
+       \r
+       case VIDEO_IOCTL_SETCURSORBITMAP:\r
+               DrvUtil_Video_SetCursor( &gVesa_BufInfo, Data );\r
+               return 0;\r
        }\r
        return 0;\r
 }\r

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