home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dvi2pcl.lha / pk.h < prev    next >
C/C++ Source or Header  |  1992-11-25  |  1KB  |  45 lines

  1. /* $Log:    pk.h,v $
  2.  * Revision 0.8  92/11/23  19:47:05  19:47:05  bt (Bo Thide')
  3.  * Fixed resolution bug. Portable downloading. Added/changed options. PJXL color support
  4.  * 
  5.  * Revision 0.7  92/11/13  02:41:19  02:41:19  bt (Bo Thide')
  6.  * More bug fixes and improvements. Support for PaintJet XL
  7.  * 
  8.  * Revision 0.6  92/11/10  21:48:46  21:48:46  bt (Bo Thide')
  9.  * Bug fixes. Added -R option. Better font handling.
  10.  * 
  11.  * Revision 0.5  92/11/09  16:25:52  16:25:52  bt (Bo Thide')
  12.  * Rewrite of dospecial.c. Extended \special support
  13.  * 
  14.  * Revision 0.4  92/11/08  02:46:09  02:46:09  bt (Bo Thide')
  15.  * Changed to portable bit manipulations. Replaced strrstr for non-POSIX compliant C. Fixed numerous bugs. Added support for more \special's.
  16.  * 
  17.  * Revision 0.3  92/08/24  12:45:31  12:45:31  bt (Bo Thide')
  18.  * Fixed 8 bit (dc font) support.
  19.  * 
  20.  * Revision 0.2  92/08/23  17:28:54  17:28:54  bt (Bo Thide')
  21.  * Source cleaned up.  Changed certain function calls.  Removed globals.
  22.  * 
  23.  * Revision 0.1  92/08/22  23:58:47  23:58:47  bt (Bo Thide')
  24.  * First Release.
  25.  *  */
  26.  
  27. #ifndef _DVI2PCL_PK_INCLUDED
  28. #define _DVI2PCL_PK_INCLUDED
  29.  
  30. /* Define PK commands*/
  31. #define PK_ID        89
  32. #define PK_CHAR        239
  33. #define PK_XXX1        240
  34. #define PK_XXX2        241
  35. #define PK_XXX3        242
  36. #define PK_XXX4        243
  37. #define PK_YYY        244
  38. #define PK_POST        245 
  39. #define PK_NO_OP    246
  40. #define PK_PRE        247
  41. #define PK_UNDEF    248
  42. #define PK_CMD        240
  43.  
  44. #endif /* _DVI2PCL_PK_INCLUDED */
  45.