forked from e16/e16
1
0
Fork 0

Move hack test.

SVN revision: 20647
This commit is contained in:
Kim Woelders 2006-02-20 21:53:39 +00:00
parent c14ac69501
commit 30123f7d0b
2 changed files with 4 additions and 4 deletions

View File

@ -562,7 +562,10 @@ DeskBackgroundConfigure(Desk * dsk)
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
{

View File

@ -294,9 +294,6 @@ HintsSetRootInfo(Window win, Pixmap pmap, unsigned int color)
{
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);