[Nooby Question] Scale Pixmap / Image

2010-09-20 Thread Rashid
. A simple scale factor 2 would be enough. Like PixMap BigPixMap = ScalePixmap(small); //or something I googled for it but didnt found anything about it. Greets Rashid ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org

Transparent Color in blitting with X11

2010-07-28 Thread Rashid
hi guys I want to do the following: i got a freerunner smart phone. it can use accelerated blitting. its working and its fast but only under xlib not under sdl (sdl 3 frames per second, xlib 50). but xlib doesnt support an alpha channel (and the freerunner has only 16 bits per pixel). is