X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.cc;h=91a75bff4a651da7436d3bed112a2a15405103d5;hb=40449e199dfeab57e8d147e07989aef339a7da59;hp=23de426a3bf13f39f12440ba8b5dc8d1e94b120c;hpb=cc39863363f6c424a1d5f3790ef182b52b69a53e;p=chaz%2Fopenbox diff --git a/src/client.cc b/src/client.cc index 23de426a..91a75bff 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1236,10 +1236,7 @@ void OBClient::destroyHandler(const XDestroyWindowEvent &e) 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);