]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
rm prefixes for all elements in the otk namepsace
[chaz/openbox] / src / client.cc
index a427a21e6f63f759da1ffdd69dc3b2d0abcaf507..c69d576a47f1c5c3b4e1d58359d3ae4ce0ae9be3 100644 (file)
@@ -43,6 +43,8 @@ OBClient::OBClient(int screen, Window window)
   _focused = false;
   // not a transient by default of course
   _transient_for = 0;
+  // pick a layer to start from
+  _layer = Layer_Normal;
   
   getArea();
   getDesktop();
This page took 0.023762 seconds and 4 git commands to generate.