ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/protos.h
Revision: 1.5
Committed: Sun Aug 15 00:37:04 2004 UTC (19 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 /* Include prototypes for all files */
2     #include "command.extpro"
3    
4     #include "defaultfont.extpro"
5    
6     #include "init.extpro"
7    
8     #ifdef UTMP_SUPPORT
9     # include "logging.extpro"
10     #endif
11    
12     #include "main.extpro"
13    
14     #ifdef MENUBAR
15     # include "menubar.extpro"
16     #endif
17    
18     #include "misc.extpro"
19    
20     #ifdef DISPLAY_IS_IP
21     # include "netdisp.extpro"
22     #endif
23    
24     #include "ptytty.extpro"
25    
26     #if !defined(NO_STRINGS) && !defined(HAVE_STRING_H)
27     # include "strings.extpro"
28     #endif
29    
30     #include "screen.extpro"
31    
32     #include "scrollbar.extpro"
33     #ifdef RXVT_SCROLLBAR
34     # include "scrollbar-rxvt.extpro"
35     #endif
36     #ifdef NEXT_SCROLLBAR
37     # include "scrollbar-next.extpro"
38     #endif
39     #ifdef XTERM_SCROLLBAR
40     # include "scrollbar-xterm.extpro"
41     #endif
42    
43     #include "xdefaults.extpro"
44    
45     #ifdef XPM_BACKGROUND
46     # include "xpm.extpro"
47     #endif