1: /*
   2:  * Copyright (c) 1984, 1985 Xerox Corp.
   3:  *
   4:  * common definitons
   5:  */
   6: 
   7: #define MICAS_PER_INCH  2540
   8: #define POINTS_PER_INCH 72  /* these are fat points */
   9: 
  10: 
  11: unsigned char *GetStringProp();
  12: unsigned char *GetIntegerProp();
  13: 
  14: #define Make16BitChar(a, b) ((a << 8) | b)
Last modified: 1986-01-25
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 738
Valid CSS Valid XHTML 1.0 Strict