ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/xpm.C
(Generate patch)

Comparing rxvt-unicode/src/xpm.C (file contents):
Revision 1.72 by sasha, Thu Aug 23 20:53:36 2007 UTC vs.
Revision 1.74 by ayin, Sun Aug 26 19:20:23 2007 UTC

611 if (!(flags & isTransparent)) 611 if (!(flags & isTransparent))
612 { 612 {
613 flags |= isTransparent; 613 flags |= isTransparent;
614 return true; 614 return true;
615 } 615 }
616 return false;
616} 617}
617 618
618bool 619bool
619bgPixmap_t::set_blur_radius (const char *geom) 620bgPixmap_t::set_blur_radius (const char *geom)
620{ 621{
1218rxvt_term::get_pixmap_property (int prop_id) 1219rxvt_term::get_pixmap_property (int prop_id)
1219{ 1220{
1220 if (prop_id > 0 && prop_id < NUM_XA) 1221 if (prop_id > 0 && prop_id < NUM_XA)
1221 if (xa[prop_id]) 1222 if (xa[prop_id])
1222 { 1223 {
1223 int aformat, rootdepth; 1224 int aformat;
1224 unsigned long nitems, bytes_after; 1225 unsigned long nitems, bytes_after;
1225 Atom atype; 1226 Atom atype;
1226 unsigned char *prop = NULL; 1227 unsigned char *prop = NULL;
1227 int result = XGetWindowProperty (dpy, display->root, xa[prop_id], 1228 int result = XGetWindowProperty (dpy, display->root, xa[prop_id],
1228 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 1229 0L, 1L, False, XA_PIXMAP, &atype, &aformat,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines