Mercurial > emacs
annotate lisp/sb-mail.xpm @ 41721:e0335ea68760
(zv_height, zv_bits, zv_period): Changed zv bitmap to
fill fringe evenly with small dashes.
(x_draw_fringe_bitmap): Clear background if necessary. Align and
clip the new ZV bitmap to avoid jitter between rows.
(x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
background. Don't draw fringe bitmaps if fringe width is zero.
(x_compute_fringe_widths): New function.
(x_new_font, x_set_window_size_1): Use it.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 01 Dec 2001 01:22:27 +0000 |
parents | c0758fd9ca7a |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
3 "20 15 4 1", | |
4 " c None", | |
5 ". c #828282", | |
6 "+ c #000000", | |
7 "@ c #FFFFFF", | |
8 "................... ", | |
9 ".++++++++++++++++++.", | |
10 ".++@@@@@@@@@@@@@@++.", | |
11 ".+@++@@@@@@@@@@++@+.", | |
12 ".+@@@++@@@@@@++@@@+.", | |
13 ".+@@@@@++@@++@@@@@+.", | |
14 ".+@@@@@@@++@@@@@@@+.", | |
15 ".+@@@@@@@@@@@@@@@@+.", | |
16 ".+@@@@+@@@@@@+@@@@+.", | |
17 ".+@@@@@@@@@@@@@@@@+.", | |
18 ".+@@+@@@@@@@@@@+@@+.", | |
19 ".+@@@@@@@@@@@@@@@@+.", | |
20 ".++@@@@@@@@@@@@@@++.", | |
21 ".++++++++++++++++++.", | |
22 " .................. "}; |