comparison src/winslots.h @ 404:2f8bb876ab1d r21-2-32

Import from CVS: tag r21-2-32
author cvs
date Mon, 13 Aug 2007 11:16:07 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
403:9f011ab08d48 404:2f8bb876ab1d
100 100
101 /* Gutter specification for each of the four positions. 101 /* Gutter specification for each of the four positions.
102 This is not a size hog because the value here is not copied, 102 This is not a size hog because the value here is not copied,
103 and will be shared with the specs in the specifier. */ 103 and will be shared with the specs in the specifier. */
104 WINDOW_SLOT_ARRAY (gutter, 4, EQUAL_WRAPPED); 104 WINDOW_SLOT_ARRAY (gutter, 4, EQUAL_WRAPPED);
105 /* Real (pre-calculated) gutter specification for each of the four positions.
106 This is not a specifier, it is calculated by the specifier change
107 functions. */
108 WINDOW_SLOT_ARRAY (real_gutter, 4, EQUAL_WRAPPED);
105 /* Gutter size for each of the four positions. */ 109 /* Gutter size for each of the four positions. */
106 WINDOW_SLOT_ARRAY (gutter_size, 4, EQUAL_WRAPPED); 110 WINDOW_SLOT_ARRAY (gutter_size, 4, EQUAL_WRAPPED);
107 /* Real (pre-calculated) gutter size for each of the four positions. 111 /* Real (pre-calculated) gutter size for each of the four positions.
108 This is not a specifier, it is calculated by the specifier change 112 This is not a specifier, it is calculated by the specifier change
109 functions. */ 113 functions. */