RCS file: find_window.c,v Working file: find_window.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.5 date: 1998/09/22 09:16:37; author: gundlach; state: Exp; lines: +27 -8 A patch from Harald Maier (maierh@myself.com): Function CompareData does not crash when windows have a NULL pointer in item_text of WindowDataRec. ---------------------------- revision 1.4 date: 1998/09/17 12:59:34; author: gundlach; state: Exp; lines: +9 -2 Workaround for the problem in CDE 1.2: when raising the window on a new workspace the window was raised on the originating workspace as well. ---------------------------- revision 1.3 date: 1998/08/11 08:44:39; author: gundlach; state: Exp; lines: +23 -9 Patch from Larry W. Virden (lvirden@cas.org) "The following patches address a variety of warnings issued by my compiler or lint program." ---------------------------- revision 1.2 date: 1998/08/07 08:33:14; author: gundlach; state: Exp; lines: +20 -5 Patch from rlhamil@smart.net (Richard L. Hamilton): * Previously, when raising a window, the current workspace would always be changed to the first workspace the window occupied. Now, it checks first whether the target window also occupies the current workspace, and only changes the current workspace if it doesn't. * I added a call to XtFree() to release the list of workspaces created by DtWsmGetWorkspacesOccupied(). This does *not* mean the program has been checked for other memory leaks, only that that particular one is plugged. ---------------------------- revision 1.1 date: 1998/08/06 12:43:35; author: gundlach; state: Exp; Initial revision =============================================================================