all repos — fluxbox @ a2f2b083f8254552713b0f31ced11f26c957a240

custom fork of the fluxbox windowmanager

deiconify when send to workspace
fluxgen fluxgen
commit

a2f2b083f8254552713b0f31ced11f26c957a240

parent

51ce17d9fe75ee5828cfca144e43548cfa3d2da6

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

jump to
M src/Screen.ccsrc/Screen.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: Screen.cc,v 1.67 2002/09/08 19:45:59 fluxgen Exp $ +// $Id: Screen.cc,v 1.68 2002/09/10 10:59:57 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -834,6 +834,9 @@ Tab *tab = win->getTab();

tab->disconnect(); tab->setPosition(); } + + if (win->isIconic()) + win->deiconify(); win->withdraw(); BScreen::reassociateWindow(win, id, true);