| Current Path : /usr/home/beeson/Otter-Lambda/yyy/ |
| Current File : /usr/home/beeson/Otter-Lambda/yyy/break.h |
typedef struct { term middle;
char left;
char right;
coord lh; /* left height, offset of continuation char */
coord rh; /* right height */
} dline;
/* if left or right is zero, it means no continuation on that side */
int break_display(HDC hdc,Papyrus *pPapyrus,term t,short x, short y,
unsigned long color, int *waterlevel, int *lastheight);