/*
/*
* Virtual Window for Windows Metafile (WMF).
*
* $Log: window.h,v $
*  Revision 1.1  1994/06/18  02:45:08  JFusco
*  Initial revision
*
*
*/

#ifndef WMF_WMF_INC
#include "wmf.h" /* Defines types. */
#endif

/* Virtual window origin and extent. */
extern yx_pair_t WindowOrg, WindowExt;

/* Integer scaling. */
extern struct scale { long num, den; } Scale;

void InitVirtualWindow( wmf_place_hdr_t * );

