mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
97 lines
1.8 KiB
Perl
97 lines
1.8 KiB
Perl
/* XPM */
|
|
/* $XConsortium: Fphandl.l.pm /main/3 1995/07/18 16:57:32 drk $ */
|
|
/*********************************************************************
|
|
* (c) Copyright 1993, 1994 Hewlett-Packard Company
|
|
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
|
* Novell, Inc.
|
|
**********************************************************************/
|
|
|
|
static char * handle [] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"10 80 2 1 0 0",
|
|
/* colors */
|
|
" s bottomShadowColor m black c #636363636363",
|
|
". s topShadowColor m white c #bdbdbdbdbdbd",
|
|
/* pixels */
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
"..........",
|
|
" ",
|
|
".........."};
|