Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
13
cde/programs/backdrops/Foreground.bm
Normal file
13
cde/programs/backdrops/Foreground.bm
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $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};
|
||||
Reference in New Issue
Block a user