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

updated translations and image files for WINGs, bug fixes in WINGs

font handling, bug fixes in wmaker and wraster
This commit is contained in:
kojima
1999-05-31 20:34:00 +00:00
parent 81d1ec430f
commit 7f36af4fdf
34 changed files with 3783 additions and 2987 deletions

View File

@@ -120,7 +120,8 @@ wWorkspaceNew(WScreen *scr)
list[i] = scr->workspaces[i];
}
list[i] = wspace;
free(scr->workspaces);
if (scr->workspaces)
free(scr->workspaces);
scr->workspaces = list;
wWorkspaceMenuUpdate(scr, scr->workspace_menu);
@@ -517,11 +518,14 @@ wWorkspaceForceChange(WScreen *scr, int workspace)
if (!wPreferences.sticky_icons) {
XUnmapWindow(dpy, tmp->icon->core->window);
tmp->icon->mapped = 0;
} else {
}
#if 0
else {
tmp->icon->mapped = 1;
/* Why is this here? -Alfredo */
XMapWindow(dpy, tmp->icon->core->window);
}
#endif
}
/* update current workspace of omnipresent windows */
if (IS_OMNIPRESENT(tmp)) {