revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / clock / clock_private.h
blob3177cb3bef85effbf212e269801bf9c25ac91e92
1 #ifndef _CLOCK_PRIVATE_H_
2 #define _CLOCK_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/date.h>
6 #include <libraries/mui.h>
7 #include <intuition/intuition.h>
8 #include <graphics/gfx.h>
10 /*** Instance data **********************************************************/
11 struct Clock_DATA
13 struct MUI_InputHandlerNode ihn;
14 struct ClockData clockdata;
15 struct BitMap *clockbm;
16 struct RastPort clockrp;
17 struct AreaInfo clockai;
18 struct TmpRas clocktr;
19 APTR clockraster;
20 WORD areabuf[30];
21 WORD clockbmr, clockbmw, clockbmh;
22 WORD edithand;
23 WORD editpen;
24 BOOL frozen;
27 #endif /* _CLOCK_PRIVATE_H_ */