comparison src/redisplay-x.c @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 677f6a0ee643
children b2472a1930f2
comparison
equal deleted inserted replaced
258:58424f6abf56 259:11cf20601dec
47 47
48 #include "sysproc.h" /* for select() */ 48 #include "sysproc.h" /* for select() */
49 49
50 #ifdef MULE 50 #ifdef MULE
51 #include "mule-ccl.h" 51 #include "mule-ccl.h"
52 #include "mule-coding.h" /* for CCL conversion */ 52 #include "file-coding.h" /* for CCL conversion */
53 #endif 53 #endif
54 54
55 /* X_DIVIDER_LINE_WIDTH is the width of the line drawn in the gutter. 55 /* X_DIVIDER_LINE_WIDTH is the width of the line drawn in the gutter.
56 X_DIVIDER_SPACING is the amount of blank space on each side of the line. 56 X_DIVIDER_SPACING is the amount of blank space on each side of the line.
57 X_DIVIDER_WIDTH = X_DIVIDER_LINE_WIDTH + 2*X_DIVIDER_SPACING 57 X_DIVIDER_WIDTH = X_DIVIDER_LINE_WIDTH + 2*X_DIVIDER_SPACING