X11ViewersPackage.config
Copyright Ó 1988, 1989, 1990, 1991, 1992, 1993 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, November 23, 1988
Christian Jacobi, August 16, 1993 12:24 pm PDT
Willie-s, March 18, 1992 3:47 pm PST
Last tweaked by Mike Spreitzer March 26, 1992 4:33 pm PST
X11ViewersPackage: CONFIGURATION
IMPORTS Atom, Buttons, Commander, CommanderOps, Convert, GCCallBack, ForkOps, Identification, ImagerColor, ImagerSample, InputFocus, IO, LRUCache, MessageWindow, PreDebug, Process, Rope, RuntimeError, SystemNames, SystemVersion, Termination, ViewerErrors, ViewerEvents, ViewerOps, ViewersWorld, ViewersWorldInitializations, ViewersWorldClasses, Xl, XlBitmap, XTkBitmapWidgets, XlColorAccess, XlCutBuffers, XlCursor, XlDB, XlShmPixmaps, XlTQPrivate, XTk, XTkMigration, XTkNotification, XTkShellWidgets, XTkPopUps, XTkTIPSource
EXPORTS ALL
CONTROL X11ViewersImpl, X11ViewersProcsImpl, X11ViewersColorImpl, X11ViewersGCHackImpl, ViewerHelpStringsImpl, X11ViewersCommandsImpl =
--Initialization order matters insofar as
--  X11ViewersImpl must be started before X11ViewerProcsImpl
--  X11ViewersColorImpl must be started after both X11ViewersImpl, X11ViewerProcsImpl
BEGIN
X11ViewersImpl;
X11ViewersProcsImpl;
X11ViewersColorImpl;
X11ViewersGCHackImpl;
ViewerHelpStringsImpl;
X11ViewersCommandsImpl;
END.