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.461 by sf-exg, Mon Jan 9 15:34:56 2012 UTC vs.
Revision 1.462 by sf-exg, Mon Jan 9 15:45:45 2012 UTC

1213 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;
1214 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;
1215#endif 1215#endif
1216 1216
1217 vector<void *> allocated; // free these memory blocks with free() 1217 vector<void *> allocated; // free these memory blocks with free()
1218
1219 char env_windowid[21]; /* environmental variable WINDOWID */
1220 char env_colorfgbg[sizeof ("COLORFGBG=default;default;bg") + 1];
1221 1218
1222 char *locale; 1219 char *locale;
1223 char charsets[4]; 1220 char charsets[4];
1224 char *v_buffer; /* pointer to physical buffer */ 1221 char *v_buffer; /* pointer to physical buffer */
1225 unsigned int v_buflen; /* size of area to write */ 1222 unsigned int v_buflen; /* size of area to write */
1412 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);
1413 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);
1414 void set_title (const char *str); 1411 void set_title (const char *str);
1415 void set_icon_name (const char *str); 1412 void set_icon_name (const char *str);
1416 void set_window_color (int idx, const char *color); 1413 void set_window_color (int idx, const char *color);
1417 void set_colorfgbg (); 1414 char *get_colorfgbg ();
1418 bool set_color (rxvt_color &color, const char *name); 1415 bool set_color (rxvt_color &color, const char *name);
1419 void alias_color (int dst, int src); 1416 void alias_color (int dst, int src);
1420 void set_widthheight (unsigned int newwidth, unsigned int newheight); 1417 void set_widthheight (unsigned int newwidth, unsigned int newheight);
1421 void get_window_origin (int &x, int &y); 1418 void get_window_origin (int &x, int &y);
1422 Pixmap get_pixmap_property (Atom property); 1419 Pixmap get_pixmap_property (Atom property);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines