Mercurial > hg > xemacs-beta
view etc/trash.xpm @ 2284:17dfe8e3aead
[xemacs-hg @ 2004-09-20 18:11:33 by james]
Katsumi's fix to make itimers wake up at the right time.
author | james |
---|---|
date | Mon, 20 Sep 2004 18:11:33 +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 */ " ", " ###### ", " #======# ", " #==# ==# ", " ########################## ", " #==========================# ", " ####=####################### ", " #========================# ", " #======================# ", " #=====##====##====##===# ", " ###-#==#--#==#--#==#--#==### ", " #--#-#==#--#==#--#==#--#==#--# ", " ####-#==#--#==#--#==#--#==#### ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #-#==#--#==#--#==#--#==# ", " #======================# ", " #======================# ", " #==######=###########==# ", " #========================# ", " ######################## ", " " };