rm debugging comment
This commit is contained in:
parent
cc39863363
commit
dbf077a59a
1 changed files with 1 additions and 4 deletions
|
@ -1236,10 +1236,7 @@ void OBClient::destroyHandler(const XDestroyWindowEvent &e)
|
||||||
void OBClient::reparentHandler(const XReparentEvent &e)
|
void OBClient::reparentHandler(const XReparentEvent &e)
|
||||||
{
|
{
|
||||||
// this is when the client is first taken captive in the frame
|
// this is when the client is first taken captive in the frame
|
||||||
if (e.parent == frame->plate()) {
|
if (e.parent == frame->plate()) return;
|
||||||
printf("Ignored ReparentNotify for 0x%lx\n", e.window);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("ReparentNotify for 0x%lx\n", e.window);
|
printf("ReparentNotify for 0x%lx\n", e.window);
|
||||||
|
|
Loading…
Reference in a new issue