From: tomo Date: Fri, 9 Jun 2000 08:39:39 +0000 (+0000) Subject: (x_output_string): Use instead of . X-Git-Tag: r21-2-34-utf-2000-0_16-1~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=864248d400b03a9410f40b1f79991ff9e28aa58e;p=chise%2Fxemacs-chise.git.1 (x_output_string): Use instead of . --- 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);