comparison src/xdisp.c @ 105518:a2419d579802

(set_cursor_from_row): Fix commentary.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Oct 2009 20:07:31 +0000
parents ac6211903363
children 1ae9eb863fbc
comparison
equal deleted inserted replaced
105517:44d58cfb225c 105518:a2419d579802
12299 } \ 12299 } \
12300 while ((glyph) < (end) && (condition)) 12300 while ((glyph) < (end) && (condition))
12301 12301
12302 12302
12303 /* Set cursor position of W. PT is assumed to be displayed in ROW. 12303 /* Set cursor position of W. PT is assumed to be displayed in ROW.
12304 DELTA is the number of bytes by which positions recorded in ROW 12304 DELTA and DELTA_BYTES are the numbers of characters and bytes by
12305 differ from current buffer positions. 12305 which positions recorded in ROW differ from current buffer
12306 12306 positions.
12307 Return 0 if cursor is not on this row. 1 otherwise. */ 12307
12308 Return 0 if cursor is not on this row, 1 otherwise. */
12308 12309
12309 int 12310 int
12310 set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos) 12311 set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos)
12311 struct window *w; 12312 struct window *w;
12312 struct glyph_row *row; 12313 struct glyph_row *row;