CM: Fix override-redirect window registration detail.

When CM was enabled after start, mapped override-redirect windows weren't
picked up.

SVN revision: 84349
This commit is contained in:
Kim Woelders 2013-02-24 18:57:45 +00:00
parent 8044b9d023
commit 76e6fdf360
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include "emodule.h"
#include "eobj.h"
#include "events.h"
#include "ewins.h" /* EwinsManage() */
#include "hints.h"
#include "timers.h"
#include "windowmatch.h"
@ -2209,6 +2210,9 @@ ECompMgrStart(void)
ECompMgrWinMap(lst[i]);
}
if (!Mode.wm.startup) /* If CM is enabled after startup, */
EwinsManage(); /* add the currently mapped OR windows. */
#if !USE_BG_WIN_ON_ALL_DESKS
DesksBackgroundRefresh(NULL, DESK_BG_RECONFIGURE_ALL);
#endif