Revision 12350,
959 bytes
checked in by ghudson, 26 years ago
(diff) |
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #ifndef lint |
---|
2 | static char rcsid_module_c[] = "$Id: globals.c,v 1.2 1999-01-22 23:15:42 ghudson 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 | * $Id: globals.c,v 1.2 1999-01-22 23:15:42 ghudson Exp $ |
---|
13 | * |
---|
14 | * Copyright 1987, 1988 by the Massachusetts Institute of Technology. |
---|
15 | * |
---|
16 | * For further information on copyright and distribution |
---|
17 | * see the file mit-copyright.h |
---|
18 | */ |
---|
19 | |
---|
20 | #include "more.h" |
---|
21 | #include "mit-copyright.h" |
---|
22 | |
---|
23 | Fonts fonts; /* The fonts used for the man pages. */ |
---|
24 | |
---|
25 | Cursor main_cursor; /* The main cursor, for xman. */ |
---|
26 | Cursor help_cursor; /* The help cursor, for xman. */ |
---|
27 | |
---|
28 | char * help_file_name; /* The name of the helpfile. */ |
---|
29 | |
---|
30 | MemoryStruct * global_memory_struct; /* The tempory memory struct */ |
---|
31 | |
---|
32 | Widget help_widget; /* The help widget. */ |
---|
Note: See
TracBrowser
for help on using the repository browser.