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