[Vm-dev] ioGetWindowLabel/ioSetWindowLabel (was Re: How to use Croquet VMMaker)

Bert Freudenberg bert at freudenbergs.de
Tue Feb 5 10:11:00 UTC 2008


On Feb 5, 2008, at 8:15 , Andreas Raab wrote:

> ioGetWindowLabel/ioSetWindowLabel
>
> These are support functions that are currently not implemented in  
> the Unix/Mac VMs (we use them to get/set the main window title  
> directly). Here is how to stub them (best done in sqUnixMain.c):
>
> char* ioGetWindowLabel(void) {return "";}
> sqInt ioSetWindowLabelOfSize(void* lbl, sqInt size) {return 0;}
>
> This should do the trick.

Actually, I need to implement these for X11 anyway. Expect this to  
soon be supported in the OLPC branch. Unless someone beats me to it  
of course :)

- Bert -



More information about the Vm-dev mailing list