Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c eobj.c 


Log Message:
Set no-redirect flag on input-only windows (cosmetic/debug, has no real effect).

===================================================================
RCS file: /cvs/e/e16/e/src/ecompmgr.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -3 -r1.129 -r1.130
--- ecompmgr.c  3 Nov 2006 23:44:31 -0000       1.129
+++ ecompmgr.c  19 Nov 2006 12:37:09 -0000      1.130
@@ -1434,7 +1434,10 @@
       return;
 
    if (eo->inputonly || eo->win == VRoot.win)
-      return;
+     {
+       eo->noredir = 1;
+       return;
+     }
 
    cw = Ecalloc(1, sizeof(ECmWinInfo));
    if (!cw)
===================================================================
RCS file: /cvs/e/e16/e/src/eobj.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- eobj.c      3 Nov 2006 23:44:32 -0000       1.84
+++ eobj.c      19 Nov 2006 12:37:09 -0000      1.85
@@ -198,6 +198,7 @@
    eo->shadow = 1;
    switch (type)
      {
+     case EOBJ_TYPE_EVENT:
      case EOBJ_TYPE_MISC_NR:
      case EOBJ_TYPE_ROOT_BG:
        eo->noredir = 1;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to