Skip to content

Commit

Permalink
Removed unmanaging of reparenting windows (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored Aug 7, 2024
1 parent dbb0fe4 commit 31efada
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -1093,14 +1093,6 @@ reparentnotify(XCBGenericEvent *event)
(void)y;
(void)override_redirect;

if(!override_redirect)
{
Client *child = wintoclient(win);
Client *_parent = wintoclient(parent);
if(child && _parent)
{ unmanage(child, 0);
}
}
Debug0("Reparent notify shenanigans occuring");
}

Expand Down

0 comments on commit 31efada

Please sign in to comment.