[Vm-dev] [commit][2687] update VMVersion and add ioSetCursorARGB to sqRPCWindows

Bert Freudenberg bert at freudenbergs.de
Mon Feb 18 13:15:10 UTC 2013


On 2013-02-16, at 02:25, commits at squeakvm.org wrote:

> +sqInt ioSetCursorARGB(sqInt cursorBitsIndex, sqInt extentX, sqInt extentY, sqInt offsetX, sqInt offsetY) {
> +// no information on what this is supposed to do yet,

That's not entirely true. Also:

http://lmgtfy.com/?q=ioSetCursorARGB

> assume old api can work for now

return 0 is better if you do not implement it.

> +	return ioSetCursorWithMask(cursorBitsIndex, NULL, offsetX, offsetY);
> +}

- Bert -




More information about the Vm-dev mailing list