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

Bert Freudenberg bert at freudenbergs.de
Sat Jul 19 01:53:29 UTC 2008


Am 05.02.2008 um 02:11 schrieb Bert Freudenberg:

> 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 :)


Hmm, where could I find the code calling this? I'd need both the slang  
and image-side code.

- Bert -




More information about the Vm-dev mailing list