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