Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
52
cde/programs/dticon/pixmaps/CircleSolid.pm
Normal file
52
cde/programs/dticon/pixmaps/CircleSolid.pm
Normal file
@@ -0,0 +1,52 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: CircleSolid.pm /main/3 1995/07/18 16:08:56 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 * CircleSolid [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"36 36 2 1 -1 -1",
|
||||
/* colors */
|
||||
" s background m black c #949494949494",
|
||||
". s foreground m white c white",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... ",
|
||||
" ............. ",
|
||||
" ............... ",
|
||||
" ................. ",
|
||||
" ................... ",
|
||||
" ..................... ",
|
||||
" ....................... ",
|
||||
" ......................... ",
|
||||
" ......................... ",
|
||||
" ......................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ........................... ",
|
||||
" ......................... ",
|
||||
" ......................... ",
|
||||
" ......................... ",
|
||||
" ....................... ",
|
||||
" ..................... ",
|
||||
" ................... ",
|
||||
" ................. ",
|
||||
" ............... ",
|
||||
" ............. ",
|
||||
" ....... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user