Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_app.c ecore_evas_test_bg.c 


Log Message:


evilness... but it works.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_app.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore_evas_test_app.c       15 Oct 2005 10:37:37 -0000      1.9
+++ ecore_evas_test_app.c       8 Mar 2006 08:02:55 -0000       1.10
@@ -122,6 +122,7 @@
    else if ((argc > 1) && (!strcmp(argv[1], "-h")))
      {
        printf("%s -x         Test ecore_evas in X (default)\n"
+              "%s -xr        Test ecore_evas in XRender\n"
               "%s -gl        Test ecore_evas in X GL\n"
               "%s -dfb       Test ecore_evas in DirectFB\n"
               "%s -fb        Test ecore_evas in the Framebuffer\n"
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_bg.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore_evas_test_bg.c        26 Aug 2005 04:19:06 -0000      1.6
+++ ecore_evas_test_bg.c        8 Mar 2006 08:02:55 -0000       1.7
@@ -344,6 +344,21 @@
             ecore_evas_shaped_set(ee, 0);
          }
      }
+   if (!strcmp(ev->keyname, "a"))
+     {
+       if (!ecore_evas_alpha_get(ee))
+         {
+            evas_object_hide(o_bg_rect);
+            evas_object_hide(o_bg);
+            ecore_evas_alpha_set(ee, 1);
+         }
+       else
+         {
+            evas_object_show(o_bg_rect);
+            evas_object_show(o_bg);
+            ecore_evas_alpha_set(ee, 0);
+         }
+     }
    if (!strcmp(ev->keyname, "Up"))
      {
 #ifdef BUILD_ECORE_FB




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to