ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/CV.xs
(Generate patch)

Comparing CV/CV.xs (file contents):
Revision 1.26 by root, Sun Aug 21 02:18:30 2005 UTC vs.
Revision 1.27 by root, Sun Aug 21 02:23:52 2005 UTC

145dealpha_expose (GdkPixbuf *pb) 145dealpha_expose (GdkPixbuf *pb)
146 CODE: 146 CODE:
147{ 147{
148 int w = gdk_pixbuf_get_width (pb); 148 int w = gdk_pixbuf_get_width (pb);
149 int h = gdk_pixbuf_get_height (pb); 149 int h = gdk_pixbuf_get_height (pb);
150 fprintf (stderr, "new %d %d\n", w, h);
151 int bpp = gdk_pixbuf_get_n_channels (pb); 150 int bpp = gdk_pixbuf_get_n_channels (pb);
152 int x, y, i; 151 int x, y, i;
153 guchar *src = gdk_pixbuf_get_pixels (pb), *dst; 152 guchar *src = gdk_pixbuf_get_pixels (pb), *dst;
154 int sstr = gdk_pixbuf_get_rowstride (pb), dstr; 153 int sstr = gdk_pixbuf_get_rowstride (pb), dstr;
155 154

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines