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.465 by sf-exg, Tue Jan 10 18:50:14 2012 UTC

870 * END······················= total_rows 870 * END······················= total_rows
871 */ 871 */
872 872
873struct TermWin_t 873struct TermWin_t
874{ 874{
875 int vt_width; /* actual window width [pixels] */
876 int vt_height; /* actual window height [pixels] */
875 int width; /* window width [pixels] */ 877 int width; /* window width [pixels] */
876 int height; /* window height [pixels] */ 878 int height; /* window height [pixels] */
877 int fwidth; /* font width [pixels] */ 879 int fwidth; /* font width [pixels] */
878 int fheight; /* font height [pixels] */ 880 int fheight; /* font height [pixels] */
879 int fbase; /* font ascent (baseline) [pixels] */ 881 int fbase; /* font ascent (baseline) [pixels] */
891 int view_start; /* scrollback view starts here */ 893 int view_start; /* scrollback view starts here */
892 int top_row; /* topmost row index of scrollback */ 894 int top_row; /* topmost row index of scrollback */
893 Window parent; /* parent identifier */ 895 Window parent; /* parent identifier */
894 Window vt; /* vt100 window */ 896 Window vt; /* vt100 window */
895 GC gc; /* GC for drawing */ 897 GC gc; /* GC for drawing */
896 Pixmap pixmap;
897 rxvt_drawable *drawable; 898 rxvt_drawable *drawable;
898 rxvt_fontset *fontset[4]; 899 rxvt_fontset *fontset[4];
899}; 900};
900 901
901/* 902/*
1158 void set_tint_shade_flags (); 1159 void set_tint_shade_flags ();
1159 bool bg_set_tint (rxvt_color &new_tint); 1160 bool bg_set_tint (rxvt_color &new_tint);
1160 bool bg_set_shade (const char *shade_str); 1161 bool bg_set_shade (const char *shade_str);
1161 bool bg_set_blur (const char *geom); 1162 bool bg_set_blur (const char *geom);
1162 1163
1163 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height); 1164 bool blur_pixmap (Pixmap pixmap, Visual *visual, int width, int height, int depth);
1164 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height); 1165 bool tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height);
1165 void tint_ximage (Visual *visual, XImage *ximage); 1166 void tint_ximage (Visual *visual, XImage *ximage);
1166 unsigned long make_transparency_pixmap (); 1167 unsigned long make_transparency_pixmap ();
1167# endif 1168# endif
1168 1169
1213 void scr_overlay_set (int x, int y, const char *s) NOTHROW; 1214 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; 1215 void scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW;
1215#endif 1216#endif
1216 1217
1217 vector<void *> allocated; // free these memory blocks with free() 1218 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 1219
1222 char *locale; 1220 char *locale;
1223 char charsets[4]; 1221 char charsets[4];
1224 char *v_buffer; /* pointer to physical buffer */ 1222 char *v_buffer; /* pointer to physical buffer */
1225 unsigned int v_buflen; /* size of area to write */ 1223 unsigned int v_buflen; /* size of area to write */
1412 void set_mbstring_property (Atom prop, const char *str, int len = -1); 1410 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); 1411 void set_utf8_property (Atom prop, const char *str, int len = -1);
1414 void set_title (const char *str); 1412 void set_title (const char *str);
1415 void set_icon_name (const char *str); 1413 void set_icon_name (const char *str);
1416 void set_window_color (int idx, const char *color); 1414 void set_window_color (int idx, const char *color);
1417 void set_colorfgbg (); 1415 char *get_colorfgbg ();
1418 bool set_color (rxvt_color &color, const char *name); 1416 bool set_color (rxvt_color &color, const char *name);
1419 void alias_color (int dst, int src); 1417 void alias_color (int dst, int src);
1420 void set_widthheight (unsigned int newwidth, unsigned int newheight); 1418 void set_widthheight (unsigned int newwidth, unsigned int newheight);
1421 void get_window_origin (int &x, int &y); 1419 void get_window_origin (int &x, int &y);
1422 Pixmap get_pixmap_property (Atom property); 1420 Pixmap get_pixmap_property (Atom property);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines