[Vm-dev] [commit][2694] fail ioSetCursorARGB for now

commits at squeakvm.org commits at squeakvm.org
Thu Feb 21 01:33:06 UTC 2013


Revision: 2694
Author:   rowledge
Date:     2013-02-20 17:33:04 -0800 (Wed, 20 Feb 2013)
Log Message:
-----------
fail ioSetCursorARGB for now

Modified Paths:
--------------
    trunk/platforms/RiscOS/vm/sqRPCWindows.c

Modified: trunk/platforms/RiscOS/vm/sqRPCWindows.c
===================================================================
--- trunk/platforms/RiscOS/vm/sqRPCWindows.c	2013-02-21 00:16:49 UTC (rev 2693)
+++ trunk/platforms/RiscOS/vm/sqRPCWindows.c	2013-02-21 01:33:04 UTC (rev 2694)
@@ -1448,7 +1448,7 @@
 
 sqInt ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extentX, sqInt extentY, sqInt offsetX, sqInt offsetY) {
 // no information on what this is supposed to do yet, assume old api can work for now
-	return ioSetCursorWithMask(cursorBitsIndex, NULL, offsetX, offsetY);
+	return 0;
 }
 
 /* Backwards compat stub */



More information about the Vm-dev mailing list