So sounds like 16384 must be the max width? (for 32-bit surfaces anyways) On Fri, Apr 11, 2008 at 9:17 AM, Lenard Lindstrom <[EMAIL PROTECTED]> wrote:
> SDL stores surface pitch, width * bytes-per-pixel, in an unsigned 16 bit > int. Surface height is a signed 32 bit integer. > > -- >
