Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: desktops.c Log Message: Fix _XROOT... hint (pseudotrans) compatibility hack. =================================================================== RCS file: /cvs/e/e16/e/src/desktops.c,v retrieving revision 1.238 retrieving revision 1.239 diff -u -3 -r1.238 -r1.239 --- desktops.c 18 Apr 2006 17:57:58 -0000 1.238 +++ desktops.c 20 Apr 2006 17:09:56 -0000 1.239 @@ -566,8 +566,6 @@ } HintsSetRootInfo(EoGetWin(dsk), pmap, pixel); - if (Conf.hints.set_xroot_info_on_root_window && win != VRoot.win) - HintsSetRootInfo(VRoot.win, pmap, pixel); } else if (dsk->bg.bg) { @@ -659,6 +657,10 @@ DeskBackgroundConfigure(dsk); dsk->bg.pmap_set = pmap; } + + if (bg && dsk->viewable) + if (Conf.hints.set_xroot_info_on_root_window && dsk->num > 0) + HintsSetRootInfo(VRoot.win, pmap, pixel); if (changed) ModulesSignal(ESIGNAL_BACKGROUND_CHANGE, dsk); ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs