// Copyright status: this file is in the public domain. #include "lx.h" #include "internal.h" int lx_pixmap_pad(LX_CONN *xc, int n) { if ((xc->flags & XCF_FAIL) || (n < 0) || (n >= xc->nformats)) return(-1); return(xc->pmformats[n].scanline_pad); }