Mercurial > hg > xemacs-beta
view etc/trash.xpm @ 1045:ae9378e1cde3
[xemacs-hg @ 2002-10-10 14:47:21 by stephent]
recommend texinfo 4.2 <87adlm5p6c.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 10 Oct 2002 14:47:23 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ /* A trash can, drawn by jwz */ static char *trash[] = { /* width height ncolors chars_per_pixel x_hot y_hot */ " 32 46 4 1 16 23", /* colors */ " c None m None", "= c gray85 m white", "- c gray75 m white", "# c black m black", /* pixels */ " ", " ###### ", " #======# ", " #==# ==# ", " ########################## ", " #==========================# ", " ####=####################### ", " #========================# ", " #======================# ", " #=====##====##====##===# ", " ###-#==#--#==#--#==#--#==### ", " #--#-#==#--#==#--#==#--#==#--# ", " ####-#==#--#==#--#==#--#==#### ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #======================# ", " #======================# ", " #==######=###########==# ", " #========================# ", " ######################## ", " " };