all repos — fluxbox @ aa589f3bdc2044571a7181ebac3f2a3e8156aa11

custom fork of the fluxbox windowmanager

autogrouped windows from groups file didn't raise, bug #1449608
markt markt
commit

aa589f3bdc2044571a7181ebac3f2a3e8156aa11

parent

1cc6cc4b150c6be59fa7c896287ed2c292997641

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

(Format: Year/Month/Day) Changes for 1.0rc3: *06/07/04: + * Auto-grouped windows using groups file didn't raise (Thanks ac2dc, bug + #1449608) + Workspace.cc * New windows don't steal focus from fullscreen windows; instead, flash the titlebar and iconbar button (Mark) Window.cc
M src/Workspace.ccsrc/Workspace.cc

@@ -311,6 +311,7 @@ #ifdef DEBUG

cerr<<__FILE__<<"("<<__FUNCTION__<<"): window ("<<*wit<<") attaching window ("<<&win<<")"<<endl; #endif // DEBUG (*wit)->attachClient(win.winClient()); + (*wit)->raise(); return true; // grouping done }