]> git.saurik.com Git - apple/boot.git/blob - i386/util/ns_wait2_bitmap.h
boot-111.tar.gz
[apple/boot.git] / i386 / util / ns_wait2_bitmap.h
1 /*
2 * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
7 *
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * @APPLE_LICENSE_HEADER_END@
24 */
25 unsigned char ns_wait2_bitmap_plane_0[] =
26 {
27 // plane 0
28 0x07, 0xe0, 0x1b, 0x80, 0x23, 0x18, 0x71, 0x32, 0x59, 0x62, 0x8d,
29 0x4e, 0xc2, 0x1c, 0xf9, 0x60, 0xd6, 0x7c, 0x83, 0x4e, 0x9d, 0x22,
30 0x39, 0x30, 0x31, 0x38, 0x13, 0x98, 0x07, 0x80, 0x00, 0x00, };
31 unsigned char ns_wait2_bitmap_plane_1[] =
32 {
33 // plane 1
34 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xcf, 0xc1, 0xc7, 0x81, 0x83,
35 0x80, 0x81, 0x82, 0x80, 0x1e, 0xa8, 0x3e, 0xfe, 0x3e, 0xfe, 0x1c,
36 0xfe, 0x0d, 0xfe, 0x05, 0xfc, 0x03, 0xf8, 0x07, 0xf8, 0x1f, };
37 struct bitmap ns_wait2_bitmap = {
38 0, // packed
39 32, // bytes_per_plane
40 2, // bytes_per_row
41 1, // bits per pixel
42 16, // width
43 16, // height
44 {
45 32,
46 32,
47 },
48 {
49 ns_wait2_bitmap_plane_0,
50 ns_wait2_bitmap_plane_1
51 }
52 };
53
54 #define ns_wait2_bitmap_WIDTH 16
55 #define ns_wait2_bitmap_HEIGHT 16