On Sat, 5 May 2007 17:46:35 +0200, bagland <[EMAIL PROTECTED]> wrote: 
> I think I am missing something, but I don't see what :( How should I
> initialize the surface ?

Nevermind the above, the problem was in the blitting part of my application, 
stupid copy & pasting ...

For the record, I initialize my surface with:
dsc.flags = DSDESC_WIDTH | DSDESC_HEIGHT | DSDESC_PIXELFORMAT | DSDESC_CAPS;    
    
dsc.width = screen_width;
dsc.height = screen_height;
dsc.pixelformat = DSPF_ARGB;
dsc.caps   = DSCAPS_SYSTEMONLY;
DFBCHECK(dfb->CreateSurface(dfb, &dsc, &sf_url));

Thanks,
Benjamin



_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to