Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
35
cde/programs/dtpdm/lsimplex.pm
Normal file
35
cde/programs/dtpdm/lsimplex.pm
Normal file
@@ -0,0 +1,35 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: lsimplex.pm /main/3 1996/08/12 18:43:56 cde-hp $ */
|
||||
/*
|
||||
* (c) Copyright 1996 Digital Equipment Corporation.
|
||||
* (c) Copyright 1996 Hewlett-Packard Company.
|
||||
* (c) Copyright 1996 International Business Machines Corp.
|
||||
* (c) Copyright 1996 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1996 Novell, Inc.
|
||||
* (c) Copyright 1996 FUJITSU LIMITED.
|
||||
* (c) Copyright 1996 Hitachi.
|
||||
*/
|
||||
|
||||
static char * lsimplex [] = {
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"23 16 2 1 0 0",
|
||||
/* colors */
|
||||
" s iconColor1 m black c black",
|
||||
". s iconColor2 m white c white",
|
||||
/* pixels */
|
||||
" ",
|
||||
" ..................... ",
|
||||
" ..................... ",
|
||||
" .. .. ",
|
||||
" ..................... ",
|
||||
" .. .... ",
|
||||
" ..................... ",
|
||||
" ..................... ",
|
||||
" .. .... ",
|
||||
" ..................... ",
|
||||
" .. ... ",
|
||||
" ..................... ",
|
||||
" .. ............ ",
|
||||
" ..................... ",
|
||||
" ..................... ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user