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.1 by root, Sun Jun 3 09:59:58 2012 UTC vs.
Revision 1.2 by root, Sun Jun 3 10:01:32 2012 UTC

10 10
11rxvt_img::rxvt_img (rxvt_screen *screen, GdkPixbuf *pixbuf, 11rxvt_img::rxvt_img (rxvt_screen *screen, GdkPixbuf *pixbuf,
12 int x, int y, int width, int height) 12 int x, int y, int width, int height)
13: s(screen), w(width), h(height) 13: s(screen), w(width), h(height)
14{ 14{
15 argb = gdk_pixbuf_get_has_alpha (pixbuf);
16 depth = gdk_pixbuf_get_bits_per_sample (pixbuf);
17} 15}
18 16
19rxvt_img::~rxvt_img () 17rxvt_img::~rxvt_img ()
20{ 18{
21 if (pm) 19 if (pm)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines