Files
tiles-and-such/Solaris & CDE/solaris-raw-bitmaps/Gray.pm
2017-09-21 14:31:03 -04:00

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 */
" ",
" ",
" ",
" "};