Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        desktops.c hints.c 


Log Message:
Move hack test.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -3 -r1.224 -r1.225
--- desktops.c  18 Feb 2006 16:11:07 -0000      1.224
+++ desktops.c  20 Feb 2006 21:53:39 -0000      1.225
@@ -562,7 +562,10 @@
             EClearWindow(win);
          }
 
-       HintsSetRootInfo(EoGetWin(dsk), dsk->bg.pmap, dsk->bg.pixel);
+       if (Conf.hints.set_xroot_info_on_root_window)
+          HintsSetRootInfo(VRoot.win, dsk->bg.pmap, dsk->bg.pixel);
+       else
+          HintsSetRootInfo(EoGetWin(dsk), dsk->bg.pmap, dsk->bg.pixel);
      }
    else
      {
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/hints.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- hints.c     18 Feb 2006 09:50:16 -0000      1.60
+++ hints.c     20 Feb 2006 21:53:39 -0000      1.61
@@ -294,9 +294,6 @@
 {
    Ecore_X_Pixmap      pm;
 
-   if (Conf.hints.set_xroot_info_on_root_window)
-      win = VRoot.win;
-
    pm = pmap;
    ecore_x_window_prop_xid_set(win, E_XROOTPMAP_ID, XA_PIXMAP, &pm, 1);
 




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to