Mercurial > hg > xemacs-beta
comparison etc/custom/check0.xpm @ 22:8fc7fe29b841 r19-15b94
Import from CVS: tag r19-15b94
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:29 +0200 |
parents | |
children | 7910031dd78a |
comparison
equal
deleted
inserted
replaced
21:b88636d63495 | 22:8fc7fe29b841 |
---|---|
1 /* XPM */ | |
2 static char * check0_xpm[] = { | |
3 "11 11 3 1", | |
4 " c #E6E6E6E6E6E6", | |
5 ". c #737373737373", | |
6 "X c #BFBFBFBFBFBF", | |
7 " ", | |
8 " .", | |
9 " XXXXXXX..", | |
10 " XXXXXXX..", | |
11 " XXXXXXX..", | |
12 " XXXXXXX..", | |
13 " XXXXXXX..", | |
14 " XXXXXXX..", | |
15 " XXXXXXX..", | |
16 " .........", | |
17 " .........."}; |