Mercurial > hg > xemacs-beta
comparison etc/trash.xpm @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 7910031dd78a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 /* XPM */ | |
2 /* A trash can, drawn by jwz */ | |
3 static char *trash[] = { | |
4 /* width height ncolors chars_per_pixel x_hot y_hot */ | |
5 " 32 46 4 1 16 23", | |
6 /* colors */ | |
7 " c None m None", | |
8 "= c gray85 m white", | |
9 "- c gray75 m white", | |
10 "# c black m black", | |
11 /* pixels */ | |
12 " ", | |
13 " ###### ", | |
14 " #======# ", | |
15 " #==# ==# ", | |
16 " ########################## ", | |
17 " #==========================# ", | |
18 " ####=####################### ", | |
19 " #========================# ", | |
20 " #======================# ", | |
21 " #=====##====##====##===# ", | |
22 " ###-#==#--#==#--#==#--#==### ", | |
23 " #--#-#==#--#==#--#==#--#==#--# ", | |
24 " ####-#==#--#==#--#==#--#==#### ", | |
25 " #-#==#--#==#--#==#--#==# ", | |
26 " #-#==#--#==#--#==#--#==# ", | |
27 " #-#==#--#==#--#==#--#==# ", | |
28 " #-#==#--#==#--#==#--#==# ", | |
29 " #-#==#--#==#--#==#--#==# ", | |
30 " #-#==#--#==#--#==#--#==# ", | |
31 " #-#==#--#==#--#==#--#==# ", | |
32 " #-#==#--#==#--#==#--#==# ", | |
33 " #-#==#--#==#--#==#--#==# ", | |
34 " #-#==#--#==#--#==#--#==# ", | |
35 " #-#==#--#==#--#==#--#==# ", | |
36 " #-#==#--#==#--#==#--#==# ", | |
37 " #-#==#--#==#--#==#--#==# ", | |
38 " #-#==#--#==#--#==#--#==# ", | |
39 " #-#==#--#==#--#==#--#==# ", | |
40 " #-#==#--#==#--#==#--#==# ", | |
41 " #-#==#--#==#--#==#--#==# ", | |
42 " #-#==#--#==#--#==#--#==# ", | |
43 " #-#==#--#==#--#==#--#==# ", | |
44 " #-#==#--#==#--#==#--#==# ", | |
45 " #-#==#--#==#--#==#--#==# ", | |
46 " #-#==#--#==#--#==#--#==# ", | |
47 " #-#==#--#==#--#==#--#==# ", | |
48 " #-#==#--#==#--#==#--#==# ", | |
49 " #-#==#--#==#--#==#--#==# ", | |
50 " #-#==#--#==#--#==#--#==# ", | |
51 " #-#==#--#==#--#==#--#==# ", | |
52 " #======================# ", | |
53 " #======================# ", | |
54 " #==######=###########==# ", | |
55 " #========================# ", | |
56 " ######################## ", | |
57 " " | |
58 }; |