Mercurial > hg > xemacs-beta
comparison etc/toolbar/ediff-A-up.xpm @ 82:6a378aca36af r20-0b91
Import from CVS: tag r20-0b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:07:36 +0200 |
parents | 0293115a14e9 |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
81:ebca3d831cea | 82:6a378aca36af |
---|---|
1 /* XPM */ | |
2 static char *ediff_A[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 " 15 15 2 1", | |
5 /* colors */ | |
6 ". c blue", | |
7 "# c Gray75 s backgroundToolBarColor", | |
8 /* pixels */ | |
9 "###############", | |
10 "###############", | |
11 "###############", | |
12 "######...######", | |
13 "#####.....#####", | |
14 "#####..#..#####", | |
15 "####...#...####", | |
16 "####..###..####", | |
17 "###...###...###", | |
18 "###.........###", | |
19 "###..#####..###", | |
20 "###..#####..###", | |
21 "###############", | |
22 "###############", | |
23 "###############", | |
24 }; |