Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
      Tag: SPLIT
        ecore_evas_test_app.c 


Log Message:


gl_x11 engine support in ecore_evas... just started.. should work though.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/Attic/ecore_evas_test_app.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -3 -r1.1.2.2 -r1.1.2.3
--- ecore_evas_test_app.c       8 Apr 2003 08:03:18 -0000       1.1.2.2
+++ ecore_evas_test_app.c       4 Sep 2003 23:23:59 -0000       1.1.2.3
@@ -25,12 +25,15 @@
      ee = ecore_evas_fb_new(NULL, 0,  240, 320);
    else if ((argc > 1) && (!strcmp(argv[1], "-x")))
      ee = ecore_evas_software_x11_new(NULL, 0,  0, 0, 240, 320);
+   else if ((argc > 1) && (!strcmp(argv[1], "-gl")))
+     ee = ecore_evas_gl_x11_new(NULL, 0,  0, 0, 240, 320);
    else if ((argc > 1) && (!strcmp(argv[1], "-h")))
      {
        printf("%s -x         Test ecore_evas in X (default)\n"
+              "%s -gl        Test ecore_evas in X GL\n"
               "%s -fb        Test ecore_evas in the Framebuffer\n"
               "%s -h         Display this help\n",
-              argv[0], argv[0], argv[0]);
+              argv[0], argv[0], argv[0], argv[0]);
        ecore_evas_shutdown();
        ecore_shutdown();
        return 0;




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to