home *** CD-ROM | disk | FTP | other *** search
- /*
- ptdchar.h 7/11/88
-
- % Character oriented window painting code
- By Ted.
-
- OWL 1.1
- Copyright (c) 1988, by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- 7/27/88 jmd Converted DrawLine to take an opbox
- */
-
- /* -------------------------------------------------------------------------- */
- extern void ptd_DrawString(_arg6(ptd_struct *ptd, int row, int col,
- char *string, byte attr, int slen));
-
- extern void ptd_DrawCharBox(_arg4(ptd_struct *ptd, char *boxchar,
- ocbox *cboxp, byte attr));
-
- extern void ptd_DrawCharLine(_arg4(ptd_struct *ptd, char *linechar,
- ocbox *cboxp, byte attr));
-
- extern void ptd_ClearFrame(_arg6(ptd_struct *ptd, opcoord xoffs, opcoord yoffs,
- odim width, odim height, opixval color));
-
- /* -------------------------------------------------------------------------- */
-
-