Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        desktops.c ecompmgr.c 


Log Message:
CM no longer needs special desk window handling.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -3 -r1.210 -r1.211
--- desktops.c  6 Dec 2005 18:54:28 -0000       1.210
+++ desktops.c  6 Dec 2005 19:09:47 -0000       1.211
@@ -564,11 +564,13 @@
 
    if (dsk->viewable)
      {
+#if 0                          /* FIXME - Remove? */
        if (ECompMgrDeskConfigure(dsk))
          {
             ESetWindowBackgroundPixmap(win, None);
          }
        else
+#endif
          {
             if (dsk->bg.pmap != None)
                ESetWindowBackgroundPixmap(win, dsk->bg.pmap);
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -3 -r1.88 -r1.89
--- ecompmgr.c  4 Dec 2005 23:53:20 -0000       1.88
+++ ecompmgr.c  6 Dec 2005 19:09:48 -0000       1.89
@@ -478,6 +478,7 @@
    XRenderFreePicture(disp, pict);
 }
 
+#if 0                          /* FIXME - Remove? */
 /*
  * Desk background
  */
@@ -553,6 +554,7 @@
 
    return 1;
 }
+#endif
 
 /*
  * Root (?)




-------------------------------------------------------
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