X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fclient.cc;h=b5bec898b77cfe4d8578a5d9f6a3690c179ec4b3;hb=a0350e27b311db5cab49035752d3852ee68bf8a2;hp=f648c2c84181ec54bfc3ae3b55d9f0badd0b9c62;hpb=89e6d5c0e64513d06ac4368981239de969a6fc9d;p=chaz%2Fopenbox diff --git a/src/client.cc b/src/client.cc index f648c2c8..b5bec898 100644 --- a/src/client.cc +++ b/src/client.cc @@ -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 }