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.462 by sf-exg, Mon Jan 9 15:45:45 2012 UTC

1028 hidden_pointer:1, 1028 hidden_pointer:1,
1029#endif 1029#endif
1030 enc_utf8:1, /* whether locale uses utf-8 */ 1030 enc_utf8:1, /* whether locale uses utf-8 */
1031 seen_input:1, /* whether we have seen some program output yet */ 1031 seen_input:1, /* whether we have seen some program output yet */
1032 seen_resize:1, /* whether we had a resize event */ 1032 seen_resize:1, /* whether we had a resize event */
1033 init_done:1,
1033 parsed_geometry:1; 1034 parsed_geometry:1;
1034 1035
1035 unsigned char refresh_type, 1036 unsigned char refresh_type,
1036#ifdef META8_OPTION 1037#ifdef META8_OPTION
1037 meta_char; /* Alt-key prefix */ 1038 meta_char; /* Alt-key prefix */
1071 allowedxerror; 1072 allowedxerror;
1072/* ---------- */ 1073/* ---------- */
1073 unsigned int ModLevel3Mask, 1074 unsigned int ModLevel3Mask,
1074 ModMetaMask, 1075 ModMetaMask,
1075 ModNumLockMask; 1076 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, 1077 unsigned long priv_modes,
1079 SavedModes; 1078 SavedModes;
1080/* ---------- */ 1079/* ---------- */
1081 Atom *xa; 1080 Atom *xa;
1082/* ---------- */ 1081/* ---------- */
1214 void scr_overlay_set (int x, int y, const char *s) NOTHROW; 1213 void scr_overlay_set (int x, int y, const char *s) NOTHROW;
1215 void scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW; 1214 void scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW;
1216#endif 1215#endif
1217 1216
1218 vector<void *> allocated; // free these memory blocks with free() 1217 vector<void *> allocated; // free these memory blocks with free()
1219
1220 char env_windowid[21]; /* environmental variable WINDOWID */
1221 char env_colorfgbg[sizeof ("COLORFGBG=default;default;bg") + 1];
1222 char *env_display; /* environmental variable DISPLAY */
1223 char *env_term; /* environmental variable TERM */
1224 1218
1225 char *locale; 1219 char *locale;
1226 char charsets[4]; 1220 char charsets[4];
1227 char *v_buffer; /* pointer to physical buffer */ 1221 char *v_buffer; /* pointer to physical buffer */
1228 unsigned int v_buflen; /* size of area to write */ 1222 unsigned int v_buflen; /* size of area to write */
1415 void set_mbstring_property (Atom prop, const char *str, int len = -1); 1409 void set_mbstring_property (Atom prop, const char *str, int len = -1);
1416 void set_utf8_property (Atom prop, const char *str, int len = -1); 1410 void set_utf8_property (Atom prop, const char *str, int len = -1);
1417 void set_title (const char *str); 1411 void set_title (const char *str);
1418 void set_icon_name (const char *str); 1412 void set_icon_name (const char *str);
1419 void set_window_color (int idx, const char *color); 1413 void set_window_color (int idx, const char *color);
1420 void set_colorfgbg (); 1414 char *get_colorfgbg ();
1421 bool set_color (rxvt_color &color, const char *name); 1415 bool set_color (rxvt_color &color, const char *name);
1422 void alias_color (int dst, int src); 1416 void alias_color (int dst, int src);
1423 void set_widthheight (unsigned int newwidth, unsigned int newheight); 1417 void set_widthheight (unsigned int newwidth, unsigned int newheight);
1424 void get_window_origin (int &x, int &y); 1418 void get_window_origin (int &x, int &y);
1425 Pixmap get_pixmap_property (Atom property); 1419 Pixmap get_pixmap_property (Atom property);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines