summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 22:58:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 22:58:12 +0000
commit9e894362082b9cfe3d6169f85cabdd3fc3c04baa (patch)
tree60753be66426222d519050b1ea532405b7f1d532 /src/client.cc
parent8934a553dcfbb0ea6035d2de8ed86595d3703f5a (diff)
add functions to give the skipTaskbar/Pager state
Diffstat (limited to 'src/client.cc')
-rw-r--r--src/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cc b/src/client.cc
index d2a75b6a..52312f82 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -1203,7 +1203,7 @@ void Client::changeState()
state[1] = None;
otk::Property::set(_window, otk::Property::atoms.wm_state,
otk::Property::atoms.wm_state, state, 2);
-
+
Atom netstate[10];
int num = 0;
if (_modal)