mdeutils/mauplay/pause.xpm

36 lines
1 KiB
C
Raw Permalink Normal View History

2025-11-23 02:56:51 +09:00
/* XPM */
static char *pause_xpm[] = {
/* columns rows colors chars-per-pixel */
"28 28 2 1 ",
" c None",
". c black",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" .... .... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};