ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/protos.h
Revision: 1.4
Committed: Sun Feb 22 08:09:38 2004 UTC (20 years, 3 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_1_0, rxvt-2-0, rel-3_6, rel-3_5, rel-3_4, rel-3_3, rel-3_2, rel-2_8, rel-3_0, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_3, rel-2_0, rel-1-9, rel-1_9
Changes since 1.3: +0 -7 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 #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