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.501 by root, Wed Jun 6 11:46:11 2012 UTC vs.
Revision 1.502 by sf-exg, Wed Jun 6 22:00:20 2012 UTC

1198 }; 1198 };
1199 1199
1200 uint8_t bg_flags; 1200 uint8_t bg_flags;
1201 1201
1202# if BG_IMAGE_FROM_FILE 1202# if BG_IMAGE_FROM_FILE
1203 vector<rxvt_image> image_vec;
1204 rxvt_image *new_image () 1203 rxvt_image fimage;
1205 {
1206 image_vec.resize (image_vec.size () + 1);
1207 return &image_vec.back ();
1208 }
1209 void get_image_geometry (rxvt_image &image, int &w, int &h, int &x, int &y); 1204 void get_image_geometry (rxvt_image &image, int &w, int &h, int &x, int &y);
1210 bool render_image (rxvt_image &image); 1205 bool render_image (rxvt_image &image);
1211 void parse_image (int id, const char *type, const char *arg);
1212# endif 1206# endif
1213 1207
1214# if ENABLE_TRANSPARENCY 1208# if ENABLE_TRANSPARENCY
1215 Pixmap root_pixmap; /* current root pixmap set */ 1209 Pixmap root_pixmap; /* current root pixmap set */
1216 image_effects root_effects; 1210 image_effects root_effects;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines