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();
|
getArea();
|
||||||
getDesktop();
|
getDesktop();
|
||||||
|
// XXX: updateTransientFor();
|
||||||
getType();
|
getType();
|
||||||
|
|
||||||
// set the decorations and functions
|
// set the decorations and functions
|
||||||
|
@ -85,7 +86,6 @@ OBClient::OBClient(int screen, Window window)
|
||||||
updateProtocols();
|
updateProtocols();
|
||||||
updateNormalHints();
|
updateNormalHints();
|
||||||
updateWMHints();
|
updateWMHints();
|
||||||
// XXX: updateTransientFor();
|
|
||||||
updateTitle();
|
updateTitle();
|
||||||
updateIconTitle();
|
updateIconTitle();
|
||||||
updateClass();
|
updateClass();
|
||||||
|
|
Loading…
Reference in a new issue