source: trunk/athena/bin/xmore/globals.c @ 6954

Revision 6954, 1.1 KB checked in by probe, 31 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1#ifndef lint
2  static char rcsid_module_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/xmore/globals.c,v 1.1 1993-10-12 05:34:41 probe Exp $";
3#endif lint
4
5/*      This is the file globals.c for the Xmore, a file browsing utility
6 *      built upon Xlib and the XToolkit.
7 *      It Contains: The global function definitions.
8 *     
9 *      Created:        October 22, 1987
10 *      By:             Chris D. Peterson
11 *
12 *      $Source: /afs/dev.mit.edu/source/repository/athena/bin/xmore/globals.c,v $
13 *      $Author: probe $
14 *      $Header: /afs/dev.mit.edu/source/repository/athena/bin/xmore/globals.c,v 1.1 1993-10-12 05:34:41 probe Exp $
15 *     
16 *      Copyright 1987, 1988 by the Massachusetts Institute of Technology.
17 *
18 *      For further information on copyright and distribution
19 *      see the file mit-copyright.h
20 */
21
22#include "more.h"
23#include "mit-copyright.h"
24
25Fonts fonts;                    /* The fonts used for the man pages. */
26
27Cursor main_cursor;             /* The main cursor, for xman. */
28Cursor help_cursor;             /* The help cursor, for xman. */
29
30char * help_file_name;          /* The name of the helpfile. */
31
32MemoryStruct * global_memory_struct; /* The tempory memory struct */
33
34Widget help_widget;             /* The help widget. */
Note: See TracBrowser for help on using the repository browser.