Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_buffer_main.c 


Log Message:


buffer engine seems to be wroking for an rgb buffer with color keying...
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_buffer_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_buffer_main.c  2 Apr 2003 04:28:25 -0000       1.1
+++ evas_buffer_main.c  2 Apr 2003 08:00:29 -0000       1.2
@@ -24,7 +24,7 @@
       einfo = (Evas_Engine_Info_Buffer *) evas_engine_info_get(evas);
 
       /* the following is specific to the engine */
-      einfo->info.depth_type = EVAS_ENGINE_BUFFER_DEPTH_RGB24;
+      einfo->info.depth_type = EVAS_ENGINE_BUFFER_DEPTH_BGR24;
       img_buf = malloc(win_w * win_h * 3);
       einfo->info.dest_buffer = img_buf;
       einfo->info.dest_buffer_row_bytes = win_w * 3;




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to