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 -