# HG changeset patch # User Juanma Barranquero # Date 1140509467 0 # Node ID fb4f4719e18bf966cf4032cbc2dfcafe9c1669b0 # Parent 9b5650d8017607151980e01bdfeb64c236269ca7 (horizontal_bar_bits): Rename from `horisontal_bar_bits'. (standard_bitmaps): Use it. diff -r 9b5650d80176 -r fb4f4719e18b src/fringe.c --- a/src/fringe.c Tue Feb 21 08:10:04 2006 +0000 +++ b/src/fringe.c Tue Feb 21 08:11:07 2006 +0000 @@ -411,12 +411,12 @@ static unsigned short vertical_bar_bits[] = { 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0, 0xc0}; -/* HBar cursor bitmap. A horisontal bar; 2 pixels high. */ +/* HBar cursor bitmap. A horizontal bar; 2 pixels high. */ /* xxxxxxx. xxxxxxx. */ -static unsigned short horisontal_bar_bits[] = { +static unsigned short horizontal_bar_bits[] = { 0xfe, 0xfe}; @@ -471,7 +471,7 @@ { FRBITS (filled_square_bits), 8, 0, ALIGN_BITMAP_CENTER, 0 }, { FRBITS (hollow_square_bits), 8, 0, ALIGN_BITMAP_CENTER, 0 }, { FRBITS (vertical_bar_bits), 8, 0, ALIGN_BITMAP_CENTER, 0 }, - { FRBITS (horisontal_bar_bits), 8, 0, ALIGN_BITMAP_BOTTOM, 0 }, + { FRBITS (horizontal_bar_bits), 8, 0, ALIGN_BITMAP_BOTTOM, 0 }, { FRBITS (empty_line_bits), 8, 3, ALIGN_BITMAP_TOP, 0 }, };