11 lines
248 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSDEVRES_DEFINED
#define LSDEVRES_DEFINED
typedef struct
{
long dxpInch, dypInch; /* resolution of preview device */
long dxrInch, dyrInch; /* resolution of reference device */
} LSDEVRES;
#endif /* !LSDEVRES_DEFINED */