Mercurial > emacs
view etc/images/gnus/gnus-pointer.xpm @ 109683:232cf2881573
Fix overlay arrow display (bug #6699).
xdisp.c (display_line): Move the handling of overlay arrow after
the call to find_row_edges.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 08 Aug 2010 19:23:11 +0300 |
parents | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char *gnus-pointer[] = { /* width height num_colors chars_per_pixel */ " 18 13 2 1", /* colors */ ". c #0000ff", "# c None s None", /* pixels */ "##################", "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };