Mercurial > emacs
view etc/images/separator.xpm @ 111108:d35341cade2a
Fix beg_col calculation when painting from window start.
xdisp.c (mouse_face_from_buffer_pos): Don't compute beg_col
if already decided to paint from beginning of window.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Oct 2010 19:42:53 +0200 |
parents | 75b06a7624a1 |
children | bc8dc4ac1e28 |
line wrap: on
line source
/* XPM */ static char * separator_xpm[] = { "2 24 3 1", " c None", ". c #DBD3CB", "+ c #FCFBFA", " ", " ", " ", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", " ", " ", " "};