X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fwinslots.h;h=53f7aeee7f9bb029c06fbc5400be6991c8da27d0;hb=864e41347c268e5552ccf01eb3f23f7df671994e;hp=95d74b5d3f60bbae12e5184d3f045cd12374aeaf;hpb=1e7fd761ecf5fd2208bde8e30fc6f7cbf789b7db;p=chise%2Fxemacs-chise.git.1 diff --git a/src/winslots.h b/src/winslots.h index 95d74b5..53f7aee 100644 --- a/src/winslots.h +++ b/src/winslots.h @@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */ WINDOW_SLOT (vertical_divider_shadow_thickness, EQ); /* Divider surface width (not counting 3-d borders) */ WINDOW_SLOT (vertical_divider_line_width, EQ); - /* Spacing between outer egde of divider border and window edge */ + /* Spacing between outer edge of divider border and window edge */ WINDOW_SLOT (vertical_divider_spacing, EQ); /* Whether vertical dividers are always displayed */ WINDOW_SLOT (vertical_divider_always_visible_p, EQ); @@ -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.