diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 06:47:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 06:47:47 +0000 |
| commit | 7ec03b895e746bcf165dacd9141b981bd762cc2d (patch) | |
| tree | 94bf440958e8b3eb6659ba9be1bf3d3ccb4d9645 /src/client.cc | |
| parent | dd7af2419a4e59f8048e74db775a1673b27bc708 (diff) | |
move where transient shit will be
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 2 |
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(); |
