11 lines
238 B
C
11 lines
238 B
C
|
#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 */
|