From 7ec03b895e746bcf165dacd9141b981bd762cc2d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 06:47:47 +0000 Subject: [PATCH] move where transient shit will be --- src/client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2