Mercurial > hg > xemacs-beta
diff src/redisplay-x.c @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | d620409f5eb8 |
line wrap: on
line diff
--- a/src/redisplay-x.c Mon Aug 13 08:48:43 2007 +0200 +++ b/src/redisplay-x.c Mon Aug 13 08:49:20 2007 +0200 @@ -47,6 +47,7 @@ #include "sysproc.h" /* for select() */ + /* X_DIVIDER_LINE_WIDTH is the width of the line drawn in the gutter. X_DIVIDER_SPACING is the amount of blank space on each side of the line. X_DIVIDER_WIDTH = X_DIVIDER_LINE_WIDTH + 2*X_DIVIDER_SPACING @@ -825,6 +826,7 @@ become invalid. */ cachel = WINDOW_FACE_CACHEL (w, findex); } + bg_pmap = cachel->background_pixmap; if (!IMAGE_INSTANCEP (bg_pmap) @@ -2056,6 +2058,7 @@ if (focus) { + if (NILP (bar_cursor_value)) { XFillRectangle (dpy, x_win, gc, x, cursor_y, width, cursor_height);