mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed problem with not saving all windows in a session when the shared
application icon is enabled (only one instance/shared application was saved)
This commit is contained in:
@@ -807,6 +807,8 @@ wManageWindow(WScreen *scr, Window window)
|
||||
wwin->main_window = wwin->client_win;
|
||||
}
|
||||
|
||||
wwin->orig_main_window = wwin->main_window;
|
||||
|
||||
if (wwin->flags.is_gnustep) {
|
||||
WSETUFLAG(wwin, shared_appicon, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user