Sun Oct 3 01:11:42 PDT 1999

(Raster)

and save snapsh when the ipc is called....


SVN revision: 600
This commit is contained in:
Carsten Haitzler 1999-10-03 05:37:42 +00:00
parent d91ac7c3d5
commit 476f39ff59
2 changed files with 8 additions and 0 deletions

View File

@ -2849,3 +2849,10 @@ Sun Oct 3 00:45:11 PDT 1999
(Raster)
get textclas ipc right....
-------------------------------------------------------------------------------
Sun Oct 3 01:11:42 PDT 1999
(Raster)
and save snapsh when the ipc is called....

View File

@ -622,6 +622,7 @@ IPC_Remember(char *params, Client * c)
SnapshotEwinGroups(ewin, 1);
else if (!strcmp((char *)params, "dialog"))
SnapshotEwinDialog(ewin);
SaveSnapInfo();
}
}
}