Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_app.c 


Log Message:


properly support shaped windows with xrender engine... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_app.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ecore_evas_test_app.c       22 May 2005 03:01:59 -0000      1.7
+++ ecore_evas_test_app.c       3 Oct 2005 06:45:45 -0000       1.8
@@ -72,6 +72,11 @@
        ee = ecore_evas_software_x11_new(NULL, 0,  0, 0, 240, 320);
        evas = ecore_evas_get(ee);
      }
+   else if ((argc > 1) && (!strcmp(argv[1], "-xr")))
+     {
+       ee = ecore_evas_xrender_x11_new(NULL, 0,  0, 0, 240, 320);
+       evas = ecore_evas_get(ee);
+     }
 #if HAVE_ECORE_EVAS_GL
    else if ((argc > 1) && (!strcmp(argv[1], "-gl")))
      {




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to