move where transient shit will be
This commit is contained in:
parent
dd7af2419a
commit
7ec03b895e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue