You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
469 B
20 lines
469 B
#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 */
|