annotate etc/mine/pad.xpm @ 178:e703507b8a00
Added tag r20-3b15 for changeset 6075d714658b
author |
cvs |
date |
Mon, 13 Aug 2007 09:51:18 +0200 |
parents |
cca96a509cfe |
children |
|
rev |
line source |
120
|
1 /* XPM */
|
|
2 static char *noname[] = {
|
|
3 /* width height ncolors chars_per_pixel */
|
|
4 "47 6 1 1",
|
|
5 /* colors */
|
|
6 "` s None c None",
|
|
7 /* pixels */
|
|
8 "```````````````````````````````````````````````",
|
|
9 "```````````````````````````````````````````````",
|
|
10 "```````````````````````````````````````````````",
|
|
11 "```````````````````````````````````````````````",
|
|
12 "```````````````````````````````````````````````",
|
|
13 "```````````````````````````````````````````````"
|
|
14 };
|