19 lines
764 B
Plaintext
19 lines
764 B
Plaintext
/* $XConsortium: Dtinfsc.t_m.bm /main/2 1996/03/29 14:13:40 barstow $
|
|
*
|
|
* (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.
|
|
*/
|
|
#define Dtinfsc.t_m.bm_width 16
|
|
#define Dtinfsc.t_m.bm_height 16
|
|
#define Dtinfsc.t_m.bm_x_hot 0
|
|
#define Dtinfsc.t_m.bm_y_hot 0
|
|
static unsigned char Dtinfsc.t_m.bm_bits[] = {
|
|
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f,
|
|
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f,
|
|
0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f};
|