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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user