mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
15 lines
400 B
Perl
15 lines
400 B
Perl
/* XPM */
|
|
/*********************************************************************
|
|
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
|
|
**********************************************************************/
|
|
static char * Gray_pm[] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"4 4 1 1 -1 -1",
|
|
/* colors */
|
|
" s iconGray3 m white c #adadadadadad",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|