ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.80 by ayin, Tue Dec 11 09:10:56 2007 UTC vs.
Revision 1.82 by ayin, Tue Dec 11 18:07:08 2007 UTC

2#define _RXVTLIB_H_ 2#define _RXVTLIB_H_
3 3
4#include <cstdio> 4#include <cstdio>
5#include <cctype> 5#include <cctype>
6#include <cerrno> 6#include <cerrno>
7@include_stdarg_h@ 7#include <cstdarg>
8@include_stdlib_h@ 8#include <cstdlib>
9@include_stdint_h@ 9@include_stdint_h@
10#include <sys/types.h> 10#include <sys/types.h>
11@include_unistd_h@ 11#include <unistd.h>
12@include_string_h@ 12#include <cstring>
13@include_fcntl_h@
14@include_assert_h@ 13#include <assert.h>
15@include_sys_ioctl_h@ 14@include_sys_ioctl_h@
16@include_sys_time_h@
17@include_time_h@
18@include_sys_select_h@
19@include_sys_strredir_h@ 15@include_sys_strredir_h@
20 16
21#include <sys/wait.h> 17#include <sys/wait.h>
22#include <sys/stat.h> 18#include <sys/stat.h>
23 19
34extern "C" { 30extern "C" {
35#include <X11/Xlib.h> 31#include <X11/Xlib.h>
36#include <X11/Xutil.h> 32#include <X11/Xutil.h>
37#include <X11/Xresource.h> 33#include <X11/Xresource.h>
38} 34}
39
40/*
41 * If we haven't pulled in typedef's like int16_t then do them ourself
42 * type of (normal and unsigned) basic sizes
43 */
44@rxvt_int16_typedef@
45@rxvt_uint16_typedef@
46@rxvt_int32_typedef@
47@rxvt_uint32_typedef@
48 35
49struct rxvt_fontset; 36struct rxvt_fontset;
50struct rxvt_color; 37struct rxvt_color;
51struct rxvt_vars; /* defined later on */ 38struct rxvt_vars; /* defined later on */
52struct rxvt_term; 39struct rxvt_term;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines