This commit is contained in:
Fumitoshi UKAI
2002-07-18 14:31:07 +00:00
parent 81a51343f7
commit eec657d140
8 changed files with 33 additions and 34 deletions

View File

@@ -5,10 +5,10 @@
#include <Imlib2.h>
typedef struct {
int width;
int height;
Imlib_Image image;
DATA32 *data;
int width;
int height;
Imlib_Image image;
DATA32 *data;
} IMAGE;
#endif