Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
13
cde/programs/backdrops/Background.bm
Normal file
13
cde/programs/backdrops/Background.bm
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $XConsortium: Background.bm /main/2 1995/07/17 13:59:07 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 Background_width 16
|
||||
#define Background_height 16
|
||||
static char Background_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||||
Reference in New Issue
Block a user