comparison src/extents.h @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents e38acbeb1cae
children 6728e641994e
comparison
equal deleted inserted replaced
818:accc481aef34 819:6504113e7c2d
346 346
347 struct extent_fragment *extent_fragment_new (Lisp_Object buffer_or_string, 347 struct extent_fragment *extent_fragment_new (Lisp_Object buffer_or_string,
348 struct frame *frm); 348 struct frame *frm);
349 face_index extent_fragment_update (struct window *w, 349 face_index extent_fragment_update (struct window *w,
350 struct extent_fragment *ef, 350 struct extent_fragment *ef,
351 /* Note this is in Bytebposs */ 351 /* Note this is in Bytebpos' */
352 Bytebpos pos); 352 Bytebpos pos, Lisp_Object last_glyph);
353 void extent_fragment_delete (struct extent_fragment *ef); 353 void extent_fragment_delete (struct extent_fragment *ef);
354 354
355 355
356 #ifdef emacs /* things other than emacs want the structs */ 356 #ifdef emacs /* things other than emacs want the structs */
357 357