From: Dana Jansens Date: Sat, 4 Jan 2003 06:47:47 +0000 (+0000) Subject: move where transient shit will be X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7ec03b895e746bcf165dacd9141b981bd762cc2d;p=chaz%2Fopenbox move where transient shit will be --- 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();