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.458 by sf-exg, Sun Jan 1 17:43:47 2012 UTC vs.
Revision 1.460 by sf-exg, Mon Jan 9 15:30:17 2012 UTC

1071 allowedxerror; 1071 allowedxerror;
1072/* ---------- */ 1072/* ---------- */
1073 unsigned int ModLevel3Mask, 1073 unsigned int ModLevel3Mask,
1074 ModMetaMask, 1074 ModMetaMask,
1075 ModNumLockMask; 1075 ModNumLockMask;
1076 int old_width, /* last used width in screen resize */
1077 old_height; /* last used height in screen resize */
1078 unsigned long priv_modes, 1076 unsigned long priv_modes,
1079 SavedModes; 1077 SavedModes;
1080/* ---------- */ 1078/* ---------- */
1081 Atom *xa; 1079 Atom *xa;
1082/* ---------- */ 1080/* ---------- */
1217 1215
1218 vector<void *> allocated; // free these memory blocks with free() 1216 vector<void *> allocated; // free these memory blocks with free()
1219 1217
1220 char env_windowid[21]; /* environmental variable WINDOWID */ 1218 char env_windowid[21]; /* environmental variable WINDOWID */
1221 char env_colorfgbg[sizeof ("COLORFGBG=default;default;bg") + 1]; 1219 char env_colorfgbg[sizeof ("COLORFGBG=default;default;bg") + 1];
1222 char *env_display; /* environmental variable DISPLAY */
1223 char *env_term; /* environmental variable TERM */
1224 1220
1225 char *locale; 1221 char *locale;
1226 char charsets[4]; 1222 char charsets[4];
1227 char *v_buffer; /* pointer to physical buffer */ 1223 char *v_buffer; /* pointer to physical buffer */
1228 unsigned int v_buflen; /* size of area to write */ 1224 unsigned int v_buflen; /* size of area to write */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines