-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrnkle2.xbm
More file actions
37 lines (37 loc) · 2.1 KB
/
wrnkle2.xbm
File metadata and controls
37 lines (37 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#define wrnkle2.xbm_width 32
#define wrnkle2.xbm_height 32
static char wrnkle2.xbm_bits[] = {
0x00, 0x54, 0x05, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x00, 0x40, 0x01,
0xa0, 0x10, 0x80, 0x54, 0x08, 0x44, 0x02, 0xa8, 0x25, 0x09, 0x00, 0x40,
0x4a, 0x00, 0x00, 0x80, 0x05, 0x00, 0xb5, 0x02, 0x00, 0x20, 0x0a, 0x08,
0x00, 0x94, 0x00, 0x40, 0x80, 0x2a, 0x00, 0x00, 0x20, 0x05, 0x00, 0x00,
0x50, 0x00, 0x00, 0x00, 0x2a, 0x00, 0xa4, 0x52, 0x05, 0x40, 0x29, 0x80,
0x00, 0xa8, 0x06, 0x00, 0x00, 0x55, 0x01, 0x00, 0xa0, 0x2a, 0x00, 0x2a,
0x2a, 0x04, 0x40, 0x55, 0x55, 0x01, 0xa8, 0xaa, 0x00, 0x80, 0x54, 0x15,
0x00, 0x00, 0x00, 0x00, 0xa4, 0x12, 0x00, 0x00, 0x00, 0x48, 0x01, 0x00,
0x00, 0xa0, 0xaa, 0xaa, 0x2a, 0x00, 0x50, 0x55, 0x55, 0x15, 0x00, 0x00,
0x00, 0xaa, 0x02, 0x00, 0x01, 0x40, 0x55, 0x55, 0x0d, 0x00, 0xa8, 0xaa,
0xa2, 0x10, 0x40, 0x11, 0x00, 0xaa, 0x02, 0x00};
/******************************************************************************
*
* Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice (including the next
* paragraph) shall be included in all copies or substantial portions of the
* Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/