vmap/resources/bitmaps/black.xpm

17 lines
226 B
C
Raw Normal View History

2020-11-17 11:16:16 +00:00
/* XPM */
static char *black[] = {
/* columns rows colors chars-per-pixel */
"8 8 2 1 ",
" c black",
". c white",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};