Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/bin


Modified Files:
        emotion_test_main.c 


Log Message:


suprot testign xr engine

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/bin/emotion_test_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- emotion_test_main.c 2 Oct 2005 07:34:36 -0000       1.11
+++ emotion_test_main.c 3 Oct 2005 13:53:18 -0000       1.12
@@ -87,6 +87,10 @@
                {
                  mode = 2;
                }
+             else if (!strcmp(argv[i], "-xr"))
+               {
+                 mode = 3;
+               }
           }
      }
 #if HAVE_ECORE_EVAS_X
@@ -101,6 +105,8 @@
    if (mode == 2)
      ecore_evas = ecore_evas_fb_new(NULL, 0, startw, starth);
 #endif
+   if (mode == 3)
+     ecore_evas = ecore_evas_xrender_x11_new(NULL, 0, 0, 0, startw, starth);
    
 #else
    startw = 240;
@@ -836,6 +842,9 @@
        else if (!strcmp(argv[i], "-fb"))
          {
          }
+       else if (!strcmp(argv[i], "-xr"))
+         {
+         }
        else if (!strcmp(argv[i], "-xine"))
          {
              module_filename = "emotion_decoder_xine.so";




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