xref: /haiku/src/apps/cortex/MediaRoutingView/MediaRoutingDefs.h (revision 16d5c24e533eb14b7b8a99ee9f3ec9ba66335b1e)
1 // MediaRoutingDefs.h
2 // c.lenz 9oct99
3 //
4 // Constants used in MediaRoutingView and friends:
5 // - Colors
6 // - Cursors
7 //
8 // HISTORY
9 // 6oct99	c.lenz		Begun
10 //
11 
12 #ifndef __MediaRoutingDefs_H__
13 #define __MediaRoutingDefs_H__
14 
15 #include "cortex_defs.h"
16 __BEGIN_CORTEX_NAMESPACE
17 
18 // -------------------------------------------------------- //
19 // *** cursors
20 // -------------------------------------------------------- //
21 
22 const unsigned char M_CABLE_CURSOR [] = {
23 // PREAMBLE
24   16,   1,   0,   0,
25 // BITMAP
26  224,   0, 144,   0, 168,   0,  68,   0,  34,   0,  17, 128,  11,  64,   7, 160,
27    7, 208,   3, 232,   1, 244,   0, 250,   0, 125,   0,  63,   0,  30,   0,  12,
28 // MASK
29  224,   0, 240,   0, 248,   0, 124,   0,  62,   0,  31, 128,  15, 192,   7, 224,
30    7, 240,   3, 248,   1, 252,   0, 254,   0, 127,   0,  63,   0,  30,   0,  12
31 };
32 
33 __END_CORTEX_NAMESPACE
34 #endif /* __MediaRoutingDefs_H__ */
35