--- rxvt-unicode/src/rxvtlib.h.in 2007/06/23 13:43:06 1.77 +++ rxvt-unicode/src/rxvtlib.h.in 2007/12/20 13:24:42 1.85 @@ -4,24 +4,16 @@ #include #include #include -@include_stdarg_h@ -@include_stdlib_h@ +#include +#include @include_stdint_h@ #include -@include_unistd_h@ -@include_string_h@ -@include_fcntl_h@ -@include_util_h@ -@include_assert_h@ +#include +#include +#include @include_sys_ioctl_h@ -@include_sys_time_h@ -@include_time_h@ -@include_sys_select_h@ @include_sys_strredir_h@ -#include -#include - #if HAVE_CWCHAR # include #elif HAVE_WCHAR_H @@ -38,25 +30,9 @@ #include } -/* - * If we haven't pulled in typedef's like int16_t then do them ourself - * type of (normal and unsigned) basic sizes - */ -@rxvt_int16_typedef@ -@rxvt_uint16_typedef@ -@rxvt_int32_typedef@ -@rxvt_uint32_typedef@ - -/* whatever normal size corresponds to a integer pointer */ -@rxvt_intp_define@ -/* whatever normal size corresponds to a unsigned integer pointer */ -@rxvt_u_intp_define@ - struct rxvt_fontset; struct rxvt_color; -struct rxvt_vars; /* defined later on */ struct rxvt_term; -struct rxvt_im; struct rxvt_drawable; typedef struct rxvt_term *rxvt_t; @@ -103,7 +79,7 @@ * |························= row_buf[2] etc. * | * +------------+···········= term_start + top_row - * | scrollback | + * | scrollback | * | scrollback +---------+·= term_start + view_start * | scrollback | display | * | scrollback | display | @@ -243,7 +219,6 @@ #ifdef OFF_FOCUS_FADING rxvt_color *pix_colors_unfocused; #endif - short numpix_colors; Cursor TermWin_cursor; /* cursor for vt window */ int sb_shadow; /* scrollbar shadow width */ int numlock_state;