Porting following changsets to Default for the merge :

- 7faf00bc5cbe
- 6f9407b451af
This commit is contained in:
Hombre
2011-06-28 23:40:37 +02:00
parent 58efd5c861
commit 49b7100e4a
6 changed files with 27 additions and 13 deletions

View File

@@ -48,6 +48,7 @@ class Thumbnail {
bool pparamsValid;
bool pparamsSet;
bool needsReProcessing;
bool imageLoading;
// these are the data of the result image of the last getthumbnailimage call (for caching purposes)
unsigned char* lastImg;
@@ -138,6 +139,7 @@ class Thumbnail {
void saveThumbnail ();
bool openDefaultViewer(int destination);
bool imageLoad(bool loading);
};