1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

bug fixes

This commit is contained in:
kojima
1999-05-14 04:30:01 +00:00
parent a98624ab84
commit 39513b9f35
9 changed files with 37 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
*
* Window Maker window manager
*
* Copyright (c) 1997, 1998 Alfredo K. Kojima
* Copyright (c) 1997, 1998, 1999 Alfredo K. Kojima
* Copyright (c) 1998 Dan Pascu
*
* This program is free software; you can redistribute it and/or modify
@@ -1797,7 +1797,8 @@ wMakeWindowVisible(WWindow *wwin)
} else if (wwin->flags.miniaturized) {
wDeiconifyWindow(wwin);
} else {
wSetFocusTo(wwin->screen_ptr, wwin);
if (!WFLAGP(wwin, no_focusable))
wSetFocusTo(wwin->screen_ptr, wwin);
wRaiseFrame(wwin->frame->core);
}
}