From cec568b076e903876a91d2922f9fa11e53e3df0b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 17:00:27 +0000 Subject: state_above/below work now --- src/client.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/client.cc b/src/client.cc index 3b2a1438..cdcbfbcc 100644 --- a/src/client.cc +++ b/src/client.cc @@ -754,7 +754,6 @@ void OBClient::setState(StateAction action, long data1, long data2) _above = true; } else if (state == property->atom(otk::OBProperty::net_wm_state_below)) { - printf("Setting below\n"); if (_below) continue; _below = true; } @@ -898,7 +897,6 @@ void OBClient::clientMessageHandler(const XClientMessageEvent &e) } else if (e.message_type == property->atom(otk::OBProperty::net_wm_state)) { // can't compress these #ifdef DEBUG - printf("below=%ld above=%ld\n", property->atom(otk::OBProperty::net_wm_state_below), property->atom(otk::OBProperty::net_wm_state_above)); printf("net_wm_state %s %ld %ld for 0x%lx\n", (e.data.l[0] == 0 ? "Remove" : e.data.l[0] == 1 ? "Add" : e.data.l[0] == 2 ? "Toggle" : "INVALID"), -- cgit v1.2.3