GGUserProfile.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
Last edited by Bier on October 14, 1986 8:54:57 pm PDT
Contents: Routines for reading the Gargoyle entries in the user profile and setting Gargoyle options.
DIRECTORY
UserProfile;
GGUserProfile: CEDAR DEFINITIONS =
BEGIN
LookAtProfile: UserProfile.ProfileChangedProc;
Set the gargoyle defaults from the current user profile.
END.