]> Dogcows Code - chaz/openbox/commitdiff
raise when focused with net_active_window message
authorDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 02:51:08 +0000 (02:51 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 02:51:08 +0000 (02:51 +0000)
src/client.cc

index ac196f933acfa9428eb9f4142afc98120f29ed2b..ddecfc62b7cd48e6d26cd6be04c6da962f09d443 100644 (file)
@@ -783,6 +783,7 @@ void OBClient::clientMessageHandler(const XClientMessageEvent &e)
   } else if (e.message_type ==
              property->atom(otk::OBProperty::net_active_window)) {
     focus();
+    Openbox::instance->screen(_screen)->restack(true, this); // raise
   }
 }
 
This page took 0.026186 seconds and 4 git commands to generate.