summaryrefslogtreecommitdiff
path: root/common/image.h
diff options
context:
space:
mode:
authorleo2001-03-26 18:03:32 +0000
committerleo2001-03-26 18:03:32 +0000
commit8d291f870c589a35930c068326daffceebc63daa (patch)
tree2aa85c440c4f3e68efe9c938e6a09d9c74dbe708 /common/image.h
parentf1b22e07982337233ee4c1ad4cfbee0334ad93df (diff)
Fixed the file dialog preview.
git-svn-id: http://svn.leocad.org/trunk@264 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/image.h')
-rw-r--r--common/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/image.h b/common/image.h
index ae7fb9e..8bff6c5 100644
--- a/common/image.h
+++ b/common/image.h
@@ -19,6 +19,7 @@ public:
void Resize (int width, int height);
void ResizePow2 ();
void FromOpenGL (int width, int height);
+ void Allocate (int width, int height, bool alpha);
int Width () const
{ return m_nWidth; }
@@ -50,4 +51,4 @@ protected:
void SaveVideo(char* filename, Image *images, int count, float fps);
-#endif // _IMAGE_H_ \ No newline at end of file
+#endif // _IMAGE_H_