comparison etc/toolbar/ediff-prev.xpm @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents
children
comparison
equal deleted inserted replaced
15:ad457d5f7d04 16:0293115a14e9
1 /* XPM */
2 static char * left-arrow_xpm[] = {
3 /* width height num_colors chars_per_pixel */
4 "15 15 3 1",
5 " c Gray75 s backgroundToolBarColor",
6 ". c black",
7 "X c white",
8 " ",
9 " . ",
10 " .. ",
11 " .X. ",
12 " .XX...... ",
13 " .X.XXXXXX. ",
14 " .X.......X. ",
15 " ..........X. ",
16 " .........X. ",
17 " .......... ",
18 " ......... ",
19 " ... ",
20 " .. ",
21 " . ",
22 " ",
23 };