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-05-30 23:21:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-30 23:21:28 +0400
commit177cffc1710f8e5d4660ee29271a89865d56cfbe (patch)
tree0826ef5c238926c228ccc0d08f0b416c4829545b /source/blender/imbuf/IMB_thumbs.h
parent8ad29c02e097038cca352e9a430da293e20da6fd (diff)
blend file thumbnails
- fix for blend file thumbnails not being immediately visible in an external file manager (was writing the thumb before the blend) - move overlay function from wm_files.c into thumbs_blend.c
Diffstat (limited to 'source/blender/imbuf/IMB_thumbs.h')
-rw-r--r--source/blender/imbuf/IMB_thumbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h
index ecb0ba8abd1..68aa3c64299 100644
--- a/source/blender/imbuf/IMB_thumbs.h
+++ b/source/blender/imbuf/IMB_thumbs.h
@@ -73,6 +73,8 @@ void IMB_thumb_makedirs();
/* special function for loading a thumbnail embedded into a blend file */
ImBuf *IMB_loadblend_thumb(const char *path);
+void IMB_overlayblend_thumb(int *thumb, int width, int height, float aspect);
+
#endif /* _IMB_THUMBS_H */