Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:


allow for xr engine for testing/display of edjes

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- edje_main.c 22 Aug 2005 05:32:22 -0000      1.59
+++ edje_main.c 9 Oct 2005 03:07:58 -0000       1.60
@@ -104,6 +104,10 @@
                {
                  mode = 2;
                }
+             else if (!strcmp(argv[i], "-xr"))
+               {
+                 mode = 3;
+               }
              else if (!strcmp(argv[i], "-fill"))
                {
                  mdfill = 1;
@@ -116,6 +120,8 @@
      ecore_evas = ecore_evas_gl_x11_new(NULL, 0, 0, 0, startw, starth);
    if ((!ecore_evas) || (mode == 2))
      ecore_evas = ecore_evas_fb_new(NULL, 270,  startw, starth);
+   if ((!ecore_evas) || (mode == 3))
+     ecore_evas = ecore_evas_xrender_x11_new(NULL, 0, 0, 0, startw, starth);
    
    if (!ecore_evas) return -1;
    ecore_evas_callback_delete_request_set(ecore_evas, main_delete_request);




-------------------------------------------------------
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