Merging NList MCC 0.119 into the main branch.
[AROS.git] / workbench / classes / zune / nlist / nlistviews_mcp / icon.h
blob4d547cb1df96d1432c5bc6fc63fc2c11d184c321
1 /***************************************************************************
3 NListviews.mcp - New Listview MUI Custom Class Preferences
4 Registered MUI class, Serial Number: 1d51 (0x9d510001 to 0x9d51001F
5 and 0x9d510101 to 0x9d51013F)
7 Copyright (C) 1996-2001 by Gilles Masson
8 Copyright (C) 2001-2014 NList Open Source Team
10 This library is free software; you can redistribute it and/or
11 modify it under the terms of the GNU Lesser General Public
12 License as published by the Free Software Foundation; either
13 version 2.1 of the License, or (at your option) any later version.
15 This library is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
20 NList classes Support Site: http://www.sf.net/projects/nlist-classes
22 $Id$
24 ***************************************************************************/
26 #if !defined(__MORPHOS__)
27 // uncompressed ARGB data
28 extern const unsigned long icon32[];
29 #define ICON32_WIDTH 24
30 #define ICON32_HEIGHT 20
31 #define ICON32_DEPTH 32
32 #else
33 // bzip2 compressed ARGB data
34 extern const unsigned char icon32[];
35 #endif
37 #ifdef USE_ICON8_COLORS
38 const ULONG icon8_colors[24] =
40 0xadadadad,0xadadadad,0xadadadad,
41 0x7b7b7b7b,0x7b7b7b7b,0x7b7b7b7b,
42 0x3b3b3b3b,0x67676767,0xa2a2a2a2,
43 0xadadadad,0xadadadad,0xadadadad,
44 0xadadadad,0xadadadad,0xadadadad,
45 0xadadadad,0xadadadad,0xadadadad,
46 0xffffffff,0xffffffff,0xffffffff,
47 0x00000000,0x00000000,0x00000000,
49 #endif
51 #define ICON8_WIDTH 24
52 #define ICON8_HEIGHT 14
53 #define ICON8_DEPTH 3
54 #define ICON8_COMPRESSION 0
55 #define ICON8_MASKING 2
57 #ifdef USE_ICON8_HEADER
58 const struct BitMapHeader icon8_header =
59 { 23,14,0,0,3,2,0,0,0,44,44,320,256 };
60 #endif
62 #ifdef USE_ICON8_BODY
63 const UBYTE icon8_body[168] = {
64 0x00,0x00,0x44,0x00,0xff,0xff,0xb8,0x00,0xff,0xff,0xb8,0x00,0x00,0x00,0x00,
65 0x00,0x80,0x00,0x64,0x00,0xff,0xff,0xb8,0x00,0x3b,0xb8,0x46,0x00,0x80,0x00,
66 0x64,0x00,0xc4,0x47,0xfc,0x00,0x00,0x00,0x46,0x00,0x80,0x00,0x64,0x00,0xff,
67 0xff,0xfc,0x00,0x36,0xd8,0x46,0x00,0x80,0x00,0x64,0x00,0xc9,0x27,0xfc,0x00,
68 0x00,0x00,0x46,0x00,0x80,0x00,0x64,0x00,0xff,0xff,0xfc,0x00,0x3d,0xe8,0x6e,
69 0x00,0x80,0x00,0x5c,0x00,0xc2,0x17,0xcc,0x00,0x00,0x00,0x46,0x00,0x80,0x00,
70 0x78,0x00,0xff,0xff,0xf8,0x00,0x00,0x00,0x40,0x00,0x80,0x00,0x64,0x00,0xff,
71 0xff,0xf8,0x00,0xbf,0xff,0xee,0x00,0x7f,0xff,0xdc,0x00,0x3f,0xff,0xcc,0x00,
72 0x00,0x44,0x46,0x00,0xff,0xbb,0xb8,0x00,0xff,0xbb,0xb8,0x00,0x00,0x00,0x00,
73 0x00,0x80,0x66,0x64,0x00,0xff,0xbb,0xb8,0x00,0xbf,0xee,0xee,0x00,0x7f,0xdd,
74 0xdc,0x00,0x3f,0xcc,0xcc,0x00,0x3f,0xee,0xee,0x00,0x00,0x00,0x00,0x00,0x00,
75 0x00,0x00,0x00, };
76 #endif