ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/protos.h
Revision: 1.2
Committed: Mon Nov 24 17:31:27 2003 UTC (20 years, 6 months ago) by pcg
Content type: text/plain
Branch: MAIN
CVS Tags: stable, rel-1-3, rel-1-2
Changes since 1.1: +0 -0 lines
Log Message:
*** empty log message ***

File Contents

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