diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 17:00:27 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 17:00:27 +0000 |
| commit | cec568b076e903876a91d2922f9fa11e53e3df0b (patch) | |
| tree | 88e2f6df7b0be49b1e3abbaed60bdda0f201a69e /src | |
| parent | 368d981208c7f7d7865faac129160f277eb8d4e7 (diff) | |
state_above/below work now
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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"), |
