]> Dogcows Code - chaz/openbox/commitdiff
move where transient shit will be
authorDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 06:47:47 +0000 (06:47 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 06:47:47 +0000 (06:47 +0000)
src/client.cc

index 874b1f3dddf36b372c2cb8aca33d7d460d1618db..54f6561b1d6dcc9154da99b05e8642891aaaf5b5 100644 (file)
@@ -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();
This page took 0.024982 seconds and 4 git commands to generate.