X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fwinslots.h;h=c97390fab60d2c2b3615698d0f0119bc87cbe398;hb=2cbece6401b2279497293e6dc54cda607f49db2f;hp=95d74b5d3f60bbae12e5184d3f045cd12374aeaf;hpb=1e7fd761ecf5fd2208bde8e30fc6f7cbf789b7db;p=chise%2Fxemacs-chise.git- diff --git a/src/winslots.h b/src/winslots.h index 95d74b5..c97390f 100644 --- a/src/winslots.h +++ b/src/winslots.h @@ -102,6 +102,10 @@ Boston, MA 02111-1307, USA. */ This is not a size hog because the value here is not copied, and will be shared with the specs in the specifier. */ WINDOW_SLOT_ARRAY (gutter, 4, EQUAL_WRAPPED); + /* Real (pre-calculated) gutter specification for each of the four positions. + This is not a specifier, it is calculated by the specifier change + functions. */ + WINDOW_SLOT_ARRAY (real_gutter, 4, EQUAL_WRAPPED); /* Gutter size for each of the four positions. */ WINDOW_SLOT_ARRAY (gutter_size, 4, EQUAL_WRAPPED); /* Real (pre-calculated) gutter size for each of the four positions.