Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c e_bindings.c 


Log Message:


deps lists/ debugging too...

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -3 -r1.113 -r1.114
--- e_actions.c 12 Mar 2008 10:05:19 -0000      1.113
+++ e_actions.c 3 Apr 2008 18:47:13 -0000       1.114
@@ -1925,7 +1925,8 @@
        bd = (E_Border *)obj;
        if ((bd->lock_user_size) || (bd->shaded) || (bd->shading) ||
            (bd->fullscreen) || 
-               ((bd->maximized == E_MAXIMIZE_FULLSCREEN) && 
(!e_config->allow_manip)))
+           ((bd->maximized == E_MAXIMIZE_FULLSCREEN) &&
+            (!e_config->allow_manip)))
          return;
        if (bd->zone)
          man = bd->zone->container->manager;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_bindings.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- e_bindings.c        14 Dec 2006 23:38:33 -0000      1.35
+++ e_bindings.c        3 Apr 2008 18:47:13 -0000       1.36
@@ -59,6 +59,7 @@
          {
             char params[32];
             snprintf(params, sizeof(params), "resize_%s", eb->params);
+            printf("########## ADD mouse,in + mouse,out\n");
             e_bindings_signal_add(eb->context, "mouse,in", eb->source, 
eb->modifiers,
                                   eb->any_mod, "pointer_resize_push", params);
             e_bindings_signal_add(eb->context, "mouse,out", eb->source, 
eb->modifiers,



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to