14 lines
721 B
Plaintext
14 lines
721 B
Plaintext
/* $XConsortium: Foreground.bm /main/2 1995/07/17 13:59:59 drk $ */
|
|
/*********************************************************************
|
|
* (c) Copyright 1990, 1993, 1994 Hewlett-Packard Company
|
|
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
|
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
|
* (c) Copyright 1993, 1994 Novell, Inc.
|
|
**********************************************************************/
|
|
#define Foreground_width 16
|
|
#define Foreground_height 16
|
|
static char Foreground_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|