mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Update to Window Maker 0.50.2
This commit is contained in:
@@ -375,6 +375,8 @@ wWindowSetupInitialAttributes(WWindow *wwin, int *level, int *workspace)
|
||||
*level = WMSunkenLevel;
|
||||
else
|
||||
*level = WMNormalLevel;
|
||||
} else {
|
||||
*level = tmp_level;
|
||||
}
|
||||
|
||||
if (tmp_workspace >= 0) {
|
||||
@@ -1188,6 +1190,13 @@ wUnmanageWindow(WWindow *wwin, int restore)
|
||||
int wasNotFocused;
|
||||
WScreen *scr = wwin->screen_ptr;
|
||||
|
||||
|
||||
#ifdef KWM_HINTS
|
||||
wwin->frame->workspace = -1;
|
||||
|
||||
wKWMUpdateClientWorkspace(wwin);
|
||||
#endif
|
||||
|
||||
/* First close attribute editor window if open */
|
||||
if (wwin->flags.inspector_open) {
|
||||
WWindow *pwin = wwin->inspector->frame; /* the inspector window */
|
||||
|
||||
Reference in New Issue
Block a user