CM no longer needs special desk window handling.

SVN revision: 18881
This commit is contained in:
Kim Woelders 2005-12-06 19:09:48 +00:00
parent 0644808075
commit 200a7c237e
2 changed files with 4 additions and 0 deletions

View File

@ -564,11 +564,13 @@ DeskBackgroundConfigure(Desk * dsk)
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);

View File

@ -478,6 +478,7 @@ ECompMgrMoveResizeFix(EObj * eo, int x, int y, int w, int h)
XRenderFreePicture(disp, pict);
}
#if 0 /* FIXME - Remove? */
/*
* Desk background
*/
@ -553,6 +554,7 @@ ECompMgrDeskConfigure(Desk * dsk)
return 1;
}
#endif
/*
* Root (?)