home *** CD-ROM | disk | FTP | other *** search
- #ifndef GIMMELIB_INTUISTUFF_H
- #define GIMMELIB_INTUISTUFF_H
-
- /* note the image size IN BYTES returned by this macro is a ULONG */
- #define GIM_IMAGESIZE(depth, width, height) \
- ( (ULONG)((width + 15) >> 4) * height * (sizeof(SHORT) * depth) )
-
- #endif !GIMMELIB_INTUISTUFF_H
-