-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathburl.xbm
More file actions
35 lines (35 loc) · 1.94 KB
/
burl.xbm
File metadata and controls
35 lines (35 loc) · 1.94 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
#define burl_width 32
#define burl_height 32
static char burl_bits[] = {
0x05,0x10,0x05,0x34,0x45,0xa0,0x20,0xea,0x12,0x00,0x00,0xc6,0x49,0x00,0x80,
0x14,0x02,0x00,0x00,0xc0,0x10,0xa8,0x00,0x41,0x08,0x45,0x05,0x28,0xa3,0x00,
0x20,0x00,0x10,0x00,0x40,0x01,0x04,0xe0,0x02,0x0a,0x01,0xda,0x0b,0xa0,0x00,
0x97,0x36,0x00,0xc0,0x40,0xc8,0x00,0x2c,0xb8,0x15,0x03,0x91,0x54,0x09,0xa8,
0x04,0x29,0x12,0x00,0x00,0x14,0xc9,0x01,0xd0,0x14,0x6c,0x2f,0xa5,0x2b,0x35,
0x5a,0x00,0x51,0x57,0x00,0x10,0xe2,0x23,0x02,0x00,0x01,0x50,0x04,0xa0,0x00,
0xe0,0x02,0x05,0xa0,0x40,0x41,0x10,0x04,0x0a,0x20,0x40,0xb1,0x20,0x09,0x00,
0xd8,0x02,0x00,0x00,0x2a,0x04,0x00,0x04,0x04,0x01,0x00,0x1a,0x12,0x06,0x50,
0x35,0x04,0x10,0x0a,0x30,0x08,0x80,0x70};
/******************************************************************************
*
* 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.
*/