revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / classes / zune / lamp / lamp_private.h
blobd469d69563eb5130ea91b955378293d3144fd0ff
1 #ifndef _LAMP_PRIVATE_H_
2 #define _LAMP_PRIVATE_H_
4 /*
5 Copyright © 2011, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <libraries/mui.h>
11 /*** Instance data **********************************************************/
12 struct Lamp_DATA
14 /*- Private ------------------------------------------------------------*/
15 LONG lmp_PenNr;
16 ULONG lmp_PenChanged;
17 ULONG lmp_PenChangedOld;
19 /*- Protected ----------------------------------------------------------*/
21 /*- Public -------------------------------------------------------------*/
22 ULONG lmp_Type;
23 ULONG lmp_ColorSpec;
24 ULONG lmp_Color[3];
25 ULONG lmp_ColorType;
26 struct MUI_PenSpec lmp_PenSpec;
29 #endif /* _LAMP_PRIVATE_H_ */