1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +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:
dan
2002-01-11 05:08:44 +00:00
parent 4f84c48ccb
commit a1a7ba7689
4 changed files with 12 additions and 4 deletions

View File

@@ -229,6 +229,9 @@ typedef struct WWindow {
Window main_window; /* main window for the application */
Window orig_main_window; /* original main window of application.
used for the shared appicon thing */
int cmap_window_no;
Window *cmap_windows;