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.512 by sf-exg, Sat Dec 29 15:59:51 2012 UTC vs.
Revision 1.513 by sf-exg, Sat Dec 29 18:12:53 2012 UTC

1196 1196
1197# if BG_IMAGE_FROM_ROOT 1197# if BG_IMAGE_FROM_ROOT
1198 rxvt_img *root_img; 1198 rxvt_img *root_img;
1199 image_effects root_effects; 1199 image_effects root_effects;
1200 1200
1201 void bg_set_transparent ()
1202 {
1203 bg_flags |= BG_IS_TRANSPARENT;
1204 }
1205 void bg_set_root_pixmap (); 1201 void bg_set_root_pixmap ();
1206 bool render_root_image (); 1202 bool render_root_image ();
1207# endif 1203# endif
1208 1204
1209 void tint_image (rxvt_img *img, rxvt_color &tint, bool tint_set, int shade); 1205 void tint_image (rxvt_img *img, rxvt_color &tint, bool tint_set, int shade);
1214 bool bg_window_position_sensitive (); 1210 bool bg_window_position_sensitive ();
1215 1211
1216 void bg_render (); 1212 void bg_render ();
1217 void bg_invalidate () 1213 void bg_invalidate ()
1218 { 1214 {
1219 bg_flags &= ~BG_IS_VALID; 1215 bg_flags &= ~(BG_IS_VALID | BG_IS_TRANSPARENT);
1220 } 1216 }
1221#endif 1217#endif
1222 1218
1223#ifdef HAVE_IMG 1219#ifdef HAVE_IMG
1224 enum { 1220 enum {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines