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();