summaryrefslogtreecommitdiff
path: root/src/client.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 06:47:47 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 06:47:47 +0000
commit7ec03b895e746bcf165dacd9141b981bd762cc2d (patch)
tree94bf440958e8b3eb6659ba9be1bf3d3ccb4d9645 /src/client.cc
parentdd7af2419a4e59f8048e74db775a1673b27bc708 (diff)
move where transient shit will be
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 874b1f3d..54f6561b 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -44,6 +44,7 @@ OBClient::OBClient(int screen, Window window)
getArea();
getDesktop();
+ // XXX: updateTransientFor();
getType();
// set the decorations and functions
@@ -85,7 +86,6 @@ OBClient::OBClient(int screen, Window window)
updateProtocols();
updateNormalHints();
updateWMHints();
- // XXX: updateTransientFor();
updateTitle();
updateIconTitle();
updateClass();