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.73 by ayin, Sun Aug 26 19:17:00 2007 UTC vs.
Revision 1.74 by ayin, Sun Aug 26 19:20:23 2007 UTC

1219rxvt_term::get_pixmap_property (int prop_id) 1219rxvt_term::get_pixmap_property (int prop_id)
1220{ 1220{
1221 if (prop_id > 0 && prop_id < NUM_XA) 1221 if (prop_id > 0 && prop_id < NUM_XA)
1222 if (xa[prop_id]) 1222 if (xa[prop_id])
1223 { 1223 {
1224 int aformat, rootdepth; 1224 int aformat;
1225 unsigned long nitems, bytes_after; 1225 unsigned long nitems, bytes_after;
1226 Atom atype; 1226 Atom atype;
1227 unsigned char *prop = NULL; 1227 unsigned char *prop = NULL;
1228 int result = XGetWindowProperty (dpy, display->root, xa[prop_id], 1228 int result = XGetWindowProperty (dpy, display->root, xa[prop_id],
1229 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