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