]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
allow "event bindings" via ebind() for new windows/window enter/leave
[chaz/openbox] / src / client.cc
index f648c2c84181ec54bfc3ae3b55d9f0badd0b9c62..b5bec898b77cfe4d8578a5d9f6a3690c179ec4b3 100644 (file)
@@ -7,7 +7,6 @@
 #include "client.hh"
 #include "frame.hh"
 #include "screen.hh"
-#include "bbscreen.hh"
 #include "openbox.hh"
 #include "otk/display.hh"
 #include "otk/property.hh"
@@ -649,7 +648,7 @@ void OBClient::setState(StateAction action, long data1, long data2)
     }
   }
   calcLayer();
-  Openbox::instance->screen(_screen)->raise(this);
+  Openbox::instance->screen(_screen)->restack(true, this); // raise
 }
 
 
This page took 0.027239 seconds and 4 git commands to generate.