SVN revision: 18974
This commit is contained in:
Kim Woelders 2005-12-12 20:49:02 +00:00
parent 2ef14bdb38
commit 521061b65b
1 changed files with 5 additions and 1 deletions

View File

@ -1362,7 +1362,7 @@ ECompMgrWinNew(EObj * eo)
if (!Mode_compmgr.active) /* FIXME - Here? */
return;
if (eo->inputonly)
if (eo->inputonly || eo->win == VRoot.win)
return;
if (!XGetWindowAttributes(disp, eo->win, &attr))
@ -2186,8 +2186,10 @@ ECompMgrStart(void)
ECompMgrWinMap(lst[i]);
}
#if 0 /* FIXME - Remove? */
DesksBackgroundRefresh(NULL);
_ECM_SET_CLIP_CHANGED();
#endif
}
static void
@ -2241,7 +2243,9 @@ ECompMgrStop(void)
EventCallbackUnregister(VRoot.win, 0, ECompMgrHandleRootEvent, NULL);
#if 0 /* FIXME - Remove? */
DesksBackgroundRefresh(NULL);
#endif
}
void