home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / DIGUTIL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  1.2 KB  |  41 lines

  1. /*
  2.     digutil.h
  3.  
  4.     % declarations for DIG utility functions.
  5.  
  6.     5/16/88  by Ted.
  7.  
  8.     OWL 1.1
  9.     Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14.     3/10/89 ted:    Added dig_SubHsecs
  15. */
  16. /* -------------------------------------------------------------------------- */
  17. /* digcursl.c */
  18. extern void DIGPRIV dig_getcurslines(_arg4(cursortype ctype, opcoord nlines, opcoord *startp, opcoord *endp));
  19.  
  20. /* digcursl.c */
  21. extern void DIGPRIV dig_getcursbox(_arg3(win_type win, cursortype ctype, opbox *cursboxp));
  22.  
  23. /* digpmcli.c */
  24. extern boolean DIGPRIV copypm_clip(_arg6(ptd_struct *ptd, pmap_type pixmap, opbox *pmboxp,
  25.     opbox *scrboxp, opcoord *pmxp, opcoord *pmyp));
  26.  
  27. /* digshsec.c */
  28. extern unsigned    dig_SubHsecs(_arg2(unsigned tstart, unsigned time));
  29.  
  30. /* digflip.c */
  31. extern void dig_flipshort(_arg1(unsigned short *usp));
  32. extern byte DIGPRIV dig_testbyteorder(_arg1(void));
  33.  
  34. /* digscmap.c */
  35. extern void DIGPRIV dig_shiftcmap(_arg2(ocolmap_type cmap, int nright));
  36.  
  37. /* digpow2.c */
  38. extern long DIGPRIV dig_powof2(_arg1(byte power));
  39. /* -------------------------------------------------------------------------- */
  40.  
  41.