[SDL] [SDL-SVN] r3019 - in branches/SDL-1.2-olpc: . include src/video src/video/gtk

Ryan C. Gordon icculus at icculus.org
Thu Apr 19 10:51:31 PDT 2007


>> First shot at GTK+ video target for the OLPC laptops. Seriously
>> incomplete,
>>  but it's enough to get some bits to a window...
> 
> Great. Do you have an OLPC laptop ?

I do, yes.

> Is GTK+ the only way there to get
> something on the screen ?

It's a standard X server, so the existing X11 target works, but GTK+ is 
the "official" way to render to the screen, and I want to be shielded in 
case they switch to GTKFB or something.

Also, this removes the need to fight with the X11 and GTK event loops 
separately, or use the SDL_WINDOWID hack on the laptops...so it makes 
SDL a better "citizen" of the laptop.

--ryan.




More information about the SDL mailing list