all repos — openbox @ dbf077a59afa5c7f920d8cc598a26175c9dc612e

openbox fork - make it a bit more like ryudo

rm debugging comment
Dana Jansens danakj@orodu.net
commit

dbf077a59afa5c7f920d8cc598a26175c9dc612e

parent

cc39863363f6c424a1d5f3790ef182b52b69a53e

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M src/client.ccsrc/client.cc

@@ -1236,10 +1236,7 @@

void OBClient::reparentHandler(const XReparentEvent &e) { // this is when the client is first taken captive in the frame - if (e.parent == frame->plate()) { - printf("Ignored ReparentNotify for 0x%lx\n", e.window); - return; - } + if (e.parent == frame->plate()) return; #ifdef DEBUG printf("ReparentNotify for 0x%lx\n", e.window);