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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.291 by root, Mon Dec 24 06:51:37 2007 UTC vs.
Revision 1.292 by root, Mon Dec 24 10:58:09 2007 UTC

1696 unsigned char *prop = NULL; 1696 unsigned char *prop = NULL;
1697 int result = XGetWindowProperty (dpy, display->root, xa[prop_id], 1697 int result = XGetWindowProperty (dpy, display->root, xa[prop_id],
1698 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 1698 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
1699 &nitems, &bytes_after, &prop); 1699 &nitems, &bytes_after, &prop);
1700 if (result == Success && prop && atype == XA_PIXMAP) 1700 if (result == Success && prop && atype == XA_PIXMAP)
1701 {
1702 return *(Pixmap *)prop; 1701 return *(Pixmap *)prop;
1703 }
1704 } 1702 }
1703
1705 return None; 1704 return None;
1706} 1705}
1707 1706
1708#ifdef HAVE_BG_PIXMAP 1707#ifdef HAVE_BG_PIXMAP
1709# if TRACE_PIXMAPS 1708# if TRACE_PIXMAPS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines