comparison src/redisplay-x.c @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents acd284d43ca1
children 78f53ef88e17
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
1413 #endif 1413 #endif
1414 x1 = WINDOW_LEFT (w); 1414 x1 = WINDOW_LEFT (w);
1415 #ifdef HAVE_SCROLLBARS 1415 #ifdef HAVE_SCROLLBARS
1416 else 1416 else
1417 x1 = WINDOW_RIGHT (w) - X_DIVIDER_WIDTH; 1417 x1 = WINDOW_RIGHT (w) - X_DIVIDER_WIDTH;
1418 #endif
1418 x2 = x1 + X_DIVIDER_SPACING; 1419 x2 = x1 + X_DIVIDER_SPACING;
1419 #endif
1420 1420
1421 #ifdef HAVE_SCROLLBARS 1421 #ifdef HAVE_SCROLLBARS
1422 if (f->scrollbar_on_top) 1422 if (f->scrollbar_on_top)
1423 y1 = WINDOW_TOP (w); 1423 y1 = WINDOW_TOP (w);
1424 else 1424 else