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