home *** CD-ROM | disk | FTP | other *** search
- /*
- * app-resources.h : External definitions for access to the application
- * resources.
- *
- * George Ferguson, ferguson@cs.rochester.edu, 4 May 1990.
- *
- * $Id: app-resources.h,v 1.2 90/08/07 10:01:52 ferguson Exp $
- *
- */
- #include <X11/cursorfont.h>
-
- #define SMALLFONT "-adobe-courier-medium-r-normal--8-80-75-75-m-50-iso8859-1"
- #define FACEDIR "/u/ferguson/lib/images"
- #define UPDATECOMMAND "/usr/grads/bin/ru -b0"
- #define UPDATECURSOR "watch"
-
- typedef struct {
- Boolean addNames;
- Boolean opaqueNames;
- Font smallFont;
- int updateInterval;
- String faceDirectory;
- String updateCommand;
- Cursor updateCursor;
- String nameCommand;
- Boolean debug;
- String revision;
- String widgets;
- } AppResources;
- extern AppResources appResources;
-