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

Comparing rxvt-unicode/src/rxvtimg.C (file contents):
Revision 1.54 by root, Thu Jun 7 20:24:39 2012 UTC vs.
Revision 1.55 by root, Thu Jun 7 20:26:21 2012 UTC

80 xi.width = width; 80 xi.width = width;
81 xi.height = height; 81 xi.height = height;
82 xi.xoffset = 0; 82 xi.xoffset = 0;
83 xi.format = ZPixmap; 83 xi.format = ZPixmap;
84 xi.byte_order = ImageByteOrder (dpy); 84 xi.byte_order = ImageByteOrder (dpy);
85 xi.bitmap_unit = 32; //XY only, unused 85 xi.bitmap_unit = 0; //XY only, unused
86 xi.bitmap_bit_order = LSBFirst; //XY only, unused 86 xi.bitmap_bit_order = 0; //XY only, unused
87 xi.bitmap_pad = BitmapPad (dpy); 87 xi.bitmap_pad = BitmapPad (dpy);
88 xi.depth = depth; 88 xi.depth = depth;
89 xi.bytes_per_line = 0; 89 xi.bytes_per_line = 0;
90 xi.bits_per_pixel = 32; //Z only 90 xi.bits_per_pixel = 32; //Z only
91 xi.red_mask = 0x00000000; //Z only, unused 91 xi.red_mask = 0x00000000; //Z only, unused

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines