~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/src/writeimage.c

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: writeimage.c,v 1.28 2006/12/21 10:41:43 ton Exp $
 
2
 * $Id: writeimage.c,v 1.29 2007/03/19 05:40:42 khughes Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
124
124
                        waitcursor(1); /* from screen.c */
125
125
 
126
126
                        ibuf= IMB_allocImBuf(rres.rectx, rres.recty, G.scene->r.planes, 0, 0);
127
 
                        ibuf->rect= rres.rect32;
 
127
                        ibuf->rect= (unsigned int *)rres.rect32;
128
128
                        ibuf->rect_float= rres.rectf;
129
129
                        ibuf->zbuf_float= rres.rectz;
130
130