Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-06-01 17:06:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-01 17:06:13 +0400
commit16ca0163d8a1ebac2746ebf80bfcf464fc0c8883 (patch)
tree58b9780dea1375946a6610b576323b5acc103fac /source/blender/imbuf/intern/thumbs_blend.c
parent75e67144ab962c7882da594c4a7c6d8a7cf70b74 (diff)
passepartout overlay wasnt written into thumbnails
Diffstat (limited to 'source/blender/imbuf/intern/thumbs_blend.c')
-rw-r--r--source/blender/imbuf/intern/thumbs_blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/thumbs_blend.c b/source/blender/imbuf/intern/thumbs_blend.c
index 9df27f6f969..4ad983cdff9 100644
--- a/source/blender/imbuf/intern/thumbs_blend.c
+++ b/source/blender/imbuf/intern/thumbs_blend.c
@@ -131,7 +131,7 @@ thumb_error:
/* add a fake passepartout overlay to a byte buffer, use for blend file thumbnails */
#define MARGIN 2
-void IMB_overlayblend_thumb(int *thumb, int width, int height, float aspect)
+void IMB_overlayblend_thumb(unsigned int *thumb, int width, int height, float aspect)
{
unsigned char *px= (unsigned char *)thumb;
int margin_l = MARGIN;