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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.342 by ayin, Sat Dec 29 12:03:39 2007 UTC vs.
Revision 1.343 by ayin, Sat Dec 29 12:36:56 2007 UTC

112#ifndef HAVE_XPOINTER 112#ifndef HAVE_XPOINTER
113typedef char *XPointer; 113typedef char *XPointer;
114#endif 114#endif
115 115
116#include <termios.h> 116#include <termios.h>
117typedef struct termios ttymode_t;
118 117
119#include "background.h" 118#include "background.h"
120 119
121#ifndef STDIN_FILENO 120#ifndef STDIN_FILENO
122# define STDIN_FILENO 0 121# define STDIN_FILENO 0
1071/* ---------- */ 1070/* ---------- */
1072 Cursor leftptr_cursor; 1071 Cursor leftptr_cursor;
1073/* ---------- */ 1072/* ---------- */
1074 struct mouse_event MEvent; 1073 struct mouse_event MEvent;
1075 XComposeStatus compose; 1074 XComposeStatus compose;
1076 ttymode_t tio; 1075 struct termios tio;
1077 row_col_t oldcursor; 1076 row_col_t oldcursor;
1078#ifdef HAVE_BG_PIXMAP 1077#ifdef HAVE_BG_PIXMAP
1079 bgPixmap_t bgPixmap; 1078 bgPixmap_t bgPixmap;
1080#endif 1079#endif
1081#ifdef HAVE_AFTERIMAGE 1080#ifdef HAVE_AFTERIMAGE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines