2025-04-27 07:49:33 -04:00

21 lines
469 B
C

#ifndef LSFGI_DEFINED
#define LSFGI_DEFINED
#include "lsdefs.h"
#include "lstflow.h"
#include "plsfgi.h"
/* ------------------------------------------------------------------------ */
struct lsfgi /* Formatter geometry input */
{
BOOL fFirstOnLine; /* REVIEW sergeyge(elik): Query instead of this member? */
LSCP cpFirst;
long urPen,vrPen;
long urColumnMax;
LSTFLOW lstflow;
};
typedef struct lsfgi LSFGI;
#endif /* !LSFGI_DEFINED */