1 #ifndef _PIXMAP_PRIVATE_H_
2 #define _PIXMAP_PRIVATE_H_
5 Copyright © 2011, Thore Böckelmann. All rights reserved.
6 Copyright © 2012, The AROS Development Team. All rights reserved.
23 APTR uncompressedData
;
26 LONG ditheredPenMap
[256];
27 struct BitMap
*ditheredBitmap
;
30 #endif /* _PIXMAP_PRIVATE_H_ */