Speedup in opening an image

This commit is contained in:
ffsup2
2010-10-28 23:40:40 +02:00
parent 8c6bfa22ad
commit e137ccd151
6 changed files with 41 additions and 66 deletions

View File

@@ -69,6 +69,7 @@ class Crop : public DetailedCrop {
void fullUpdate ();
void setListener (DetailedCropListener* il);
void destroy () { delete this; }
int get_skip () { return skip;}
};
}
#endif