Assorted whitespace cleanup and typo fixes.
[haiku.git] / src / kits / tracker / Cursors.h
blobfe1e67696deff94f390ed95aac22687dc912ef86
1 /*
2 * Copyright 2009 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Alexandre Deckner, alex@zappotek.com
7 */
8 #ifndef _CURSORS_H
9 #define _CURSORS_H
12 // Exported with Wonderbrush from haiku/data/artwork/cursors/Overlays_Tracker
13 // TODO: Don't use these, there are new cursors, which you can use by ID.
14 // (Except for the kMoveCursor, which has different meaning here.)
16 const unsigned char kMoveCursor[] = {16, 1, 0, 1,
17 0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
18 0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x02,
19 0x98, 0x02, 0x84, 0x18, 0x60, 0x14, 0x19, 0xf2,
20 0x05, 0x01, 0x01, 0xf2, 0x00, 0x14, 0x00, 0x18,
22 0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
23 0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
24 0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfc, 0x1f, 0xfe,
25 0x07, 0xff, 0x01, 0xfe, 0x00, 0x1c, 0x00, 0x18};
27 const unsigned char kLinkCursor[] = {16, 1, 0, 1,
28 0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
29 0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x12,
30 0x98, 0x2a, 0x84, 0x44, 0x60, 0x82, 0x18, 0xee,
31 0x04, 0x28, 0x00, 0x26, 0x00, 0x11, 0x00, 0x0e,
33 0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
34 0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
35 0xff, 0xfe, 0xff, 0xfc, 0x7f, 0xfe, 0x1f, 0xfe,
36 0x07, 0xfc, 0x01, 0xfe, 0x00, 0x1f, 0x00, 0x0e};
39 const unsigned char kHelpCursor[] = {16, 1, 0, 1,
40 0x70, 0x00, 0x48, 0x00, 0x48, 0x00, 0x27, 0xc0,
41 0x24, 0xb8, 0x12, 0x54, 0x10, 0x02, 0x78, 0x02,
42 0x98, 0x00, 0x84, 0x3c, 0x60, 0x66, 0x18, 0x66,
43 0x04, 0x0c, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18,
45 0x70, 0x00, 0x78, 0x00, 0x78, 0x00, 0x3f, 0xc0,
46 0x3f, 0xf8, 0x1f, 0xfc, 0x1f, 0xfe, 0x7f, 0xfe,
47 0xff, 0xfe, 0xff, 0xfe, 0x7f, 0xff, 0x1f, 0xff,
48 0x07, 0xfe, 0x01, 0xfc, 0x00, 0x08, 0x00, 0x1c};
51 #endif // _CURSORS_H