all repos — fluxbox @ dd02663c7d613912c6f2de12ab38b3fe48acdbd5

custom fork of the fluxbox windowmanager

focus fallback to transient_for
fluxgen fluxgen
commit

dd02663c7d613912c6f2de12ab38b3fe48acdbd5

parent

71b17984b779da66433d1050354435efb085ac6d

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.80 2002/09/08 19:51:30 fluxgen Exp $ +// $Id: Window.cc,v 1.81 2002/09/08 20:06:58 fluxgen Exp $ #include "Window.hh"

@@ -371,6 +371,7 @@ }

if (client.transient_for != 0) { + fluxbox->setFocusedWindow(client.transient_for); client.transient_for->client.transients.remove(this); client.transient_for = 0; }