From 8d291f870c589a35930c068326daffceebc63daa Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 26 Mar 2001 18:03:32 +0000 Subject: Fixed the file dialog preview. git-svn-id: http://svn.leocad.org/trunk@264 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/image.h') 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_ -- cgit v1.2.3