From 65d1709c918dc981e389d63059954dc5664c8d33 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Oct 2006 07:54:39 +0000 Subject: factoring --- uuterm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uuterm.h') diff --git a/uuterm.h b/uuterm.h index 6bda258..3ce390e 100644 --- a/uuterm.h +++ b/uuterm.h @@ -92,7 +92,8 @@ int uudisp_fd_set(struct uudisp *, int, void *); void uudisp_next_event(struct uudisp *, void *); void uudisp_close(struct uudisp *); void uudisp_refresh(struct uudisp *, struct uuterm *); -void uudisp_draw_glyph(struct uudisp *, int, int, const void *, int); +void uudisp_predraw_cell(struct uudisp *, int, int, int); +void uudisp_draw_glyph(struct uudisp *, int, int, const void *); void *uuterm_alloc(size_t); void uuterm_free(void *); -- cgit v1.2.1