On 10/5/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> Enlightenment CVS committal
>
> Author  : raster
> Project : e17
> Module  : libs/evas
>
> Dir     : e17/libs/evas/src/modules/engines/software_sdl
>
>
> Modified Files:
>         evas_engine.c
>
>
> Log Message:
>
>
> cedric's sdl patch.

Ops! You re-applied it, I applied but changed memset() by
SDL_FillRect() to avoid problems with different depths and
boundaries... I'll revert.


>     SDL_FillRect(re->surface, NULL, 0);
>
> +   memset(re->surface->pixels, 0, w * h * 4);
> +

see the SDL_FillRect() does the same as memset()



-- 
Gustavo Sverzut Barbieri
--------------------------------------
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to