X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwindow.h;h=8144a47db42a692d2e1dbaea3103edcff75ee22f;hb=2fd9701a4f902054649dde9143a3f77809afee8f;hp=d228076fb992392088d272b5d181d1e7f34d04be;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/window.h b/src/window.h index d228076..8144a47 100644 --- a/src/window.h +++ b/src/window.h @@ -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;