1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +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

@@ -502,7 +502,10 @@ wWorkspaceForceChange(WScreen *scr, int workspace)
if ((tmp = scr->focused_window)!= NULL) {
if (IS_OMNIPRESENT(tmp) || tmp->flags.changing_workspace)
foc2 = tmp; /* for gnome stuff.. used to be foc = tmp */
foc = tmp;
/* foc2 = tmp; will fix annoyance with gnome panel
* but will create annoyance for every other application
*/
while (tmp) {
if (tmp->frame->workspace!=workspace && !tmp->flags.selected) {