Hi,
what does "drawImageInUserSurface()"  exactly do ?

can you give us the source code of that function

regards.



On Mon, Dec 1, 2008 at 3:43 PM, Nikita Egorov <[EMAIL PROTECTED]> wrote:

> > I've created a separate surface to draw the logo into it and later blit
> the second (logo) surface over the primary surface. I've set the blitting
> flags as DSBLIT_SRC_COLORKEY. But the whole image is displayed over primary
> instead of logo alone.
>
> Does your hardware support src_colorkey blitting ?
> Try to create the user surface in _system_ memory. You'll get faster
> blitting in case of using the software fallback for src_colorkey.
>
> --
> Best Regards
> Nikita Egorov
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> _______________________________________________
> directfb-users mailing list
> directfb-users@directfb.org
> http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
>
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to