core: no need to unredirect the registration window
This window is invisible anyway, whether it's redirected should be inconsequential. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
c305d67a62
commit
8168c38d4f
|
@ -918,13 +918,6 @@ static bool register_cm(session_t *ps) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unredirect the window if it's redirected, just in case
|
|
||||||
if (ps->redirected)
|
|
||||||
xcb_composite_unredirect_window(ps->c, ps->reg_win,
|
|
||||||
ps->o.debug_mode
|
|
||||||
? XCB_COMPOSITE_REDIRECT_AUTOMATIC
|
|
||||||
: XCB_COMPOSITE_REDIRECT_MANUAL);
|
|
||||||
|
|
||||||
{
|
{
|
||||||
XClassHint *h = XAllocClassHint();
|
XClassHint *h = XAllocClassHint();
|
||||||
if (h) {
|
if (h) {
|
||||||
|
|
Loading…
Reference in New Issue