12345678910111213141516171819 |
- /* $XConsortium: DtCMwk.s.bm /main/2 1995/07/17 14:47:00 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.
- **********************************************************************/
- #define DtCMwk.s.bm_width 24
- #define DtCMwk.s.bm_height 24
- #define DtCMwk.s.bm_x_hot 0
- #define DtCMwk.s.bm_y_hot 0
- static char DtCMwk.s.bm_bits[] = {
- 0xff, 0xff, 0xff, 0xdf, 0xff, 0xfb, 0xdf, 0xff, 0xfb, 0x57, 0x00, 0xfa,
- 0x57, 0x00, 0xea, 0x27, 0x00, 0xe4, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0,
- 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0, 0x47, 0x55, 0xe5,
- 0xa7, 0xaa, 0xe2, 0x47, 0x55, 0xe5, 0xa7, 0xaa, 0xe2, 0x07, 0x00, 0xe0,
- 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0,
- 0x07, 0x00, 0xe0, 0x07, 0x00, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|