ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/protos.h
Revision: 1.3
Committed: Sat Jan 17 01:20:01 2004 UTC (20 years, 4 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: before_astyle, after_astyle
Changes since 1.2: +0 -3 lines
Log Message:
*** empty log message ***

File Contents

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