From 864248d400b03a9410f40b1f79991ff9e28aa58e Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 9 Jun 2000 08:39:39 +0000 Subject: [PATCH] (x_output_string): Use instead of . --- src/console-x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console-x.h b/src/console-x.h index 6a60189..b9d6c5c 100644 --- a/src/console-x.h +++ b/src/console-x.h @@ -415,7 +415,7 @@ int x_IO_error_handler (Display *disp); void x_redraw_exposed_area (struct frame *f, int x, int y, int width, int height); void x_output_string (struct window *w, struct display_line *dl, - Emchar_dynarr *buf, int xpos, int xoffset, + Charc_dynarr *buf, int xpos, int xoffset, int start_pixpos, int width, face_index findex, int cursor, int cursor_start, int cursor_width, int cursor_height); -- 1.7.10.4