Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c 


Log Message:
Tweaks.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- ecompmgr.c  7 Dec 2005 23:16:30 -0000       1.90
+++ ecompmgr.c  12 Dec 2005 20:49:02 -0000      1.91
@@ -1362,7 +1362,7 @@
    if (!Mode_compmgr.active)   /* FIXME - Here? */
       return;
 
-   if (eo->inputonly)
+   if (eo->inputonly || eo->win == VRoot.win)
       return;
 
    if (!XGetWindowAttributes(disp, eo->win, &attr))
@@ -2186,8 +2186,10 @@
           ECompMgrWinMap(lst[i]);
      }
 
+#if 0                          /* FIXME - Remove? */
    DesksBackgroundRefresh(NULL);
    _ECM_SET_CLIP_CHANGED();
+#endif
 }
 
 static void
@@ -2241,7 +2243,9 @@
 
    EventCallbackUnregister(VRoot.win, 0, ECompMgrHandleRootEvent, NULL);
 
+#if 0                          /* FIXME - Remove? */
    DesksBackgroundRefresh(NULL);
+#endif
 }
 
 void




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to