9 #ifndef GRAPHICS_DISABLED
10 #include "allheaders.h"
28 if (xstart != 0 || ystart != 0 ||
32 copy_sub_image(source, xstart, ystart, xext, yext, &sub_im, 0, 0,
false);
35 pix = source->
ToPix();
41 #endif // GRAPHICS_DISABLED
void sv_show_sub_image(IMAGE *source, inT32 xstart, inT32 ystart, inT32 xext, inT32 yext, ScrollView *window, inT32 xpos, inT32 ypos)
DLLSYM void copy_sub_image(IMAGE *source, inT32 xstart, inT32 ystart, inT32 xext, inT32 yext, IMAGE *dest, inT32 xdest, inT32 ydest, BOOL8 adjust_grey)
inT8 create(inT32 x, inT32 y, inT8 bits_per_pixel)