Sync with r21-2-33 and r21-2-33-utf-2000.
[chise/xemacs-chise.git-] / src / window.h
index d228076..8144a47 100644 (file)
@@ -184,6 +184,9 @@ struct window
      must run the redisplay-end-trigger-functions.  */
   Lisp_Object redisplay_end_trigger;
 
+  /* Set by the extent code when extents in the gutter are changed. */
+  int gutter_extent_modiff[4];
+
   /* Set by redisplay to the last position seen.  This is used
      to implement the redisplay-end-trigger-functions. */
   Bufpos last_redisplay_pos;