123456789101112131415161718192021222324 |
- /* $XConsortium: Dthitem.m_m.bm /main/2 1995/07/17 15:39:43 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 hitem.m_m.bm_width 32
- #define hitem.m_m.bm_height 32
- #define hitem.m_m.bm_x_hot 0
- #define hitem.m_m.bm_y_hot 0
- static char hitem.m_m.bm_bits[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x1f, 0x00, 0x00, 0xe0, 0x7f, 0x00,
- 0x00, 0xf0, 0xff, 0x00, 0x00, 0xf8, 0xff, 0x01, 0x00, 0xfc, 0xff, 0x03,
- 0x00, 0xfc, 0xff, 0x03, 0x00, 0xfe, 0xff, 0x07, 0x00, 0xfe, 0xff, 0x07,
- 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07, 0x00, 0xff, 0xff, 0x07,
- 0x80, 0xff, 0xff, 0x07, 0x80, 0xff, 0xff, 0x03, 0x80, 0xff, 0xff, 0x03,
- 0x80, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0x00, 0xc0, 0xff, 0x7f, 0x00,
- 0xc0, 0xff, 0x1f, 0x00, 0xc8, 0xff, 0x07, 0x00, 0xd8, 0xff, 0x00, 0x00,
- 0xf8, 0x07, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00,
- 0xf8, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|