1 #ifndef _CLOCK_PRIVATE_H_
2 #define _CLOCK_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/date.h>
7 /*** Instance data **********************************************************/
10 struct MUI_InputHandlerNode ihn
;
11 struct ClockData clockdata
;
12 struct BitMap
*clockbm
;
13 struct RastPort clockrp
;
14 struct AreaInfo clockai
;
15 struct TmpRas clocktr
;
18 WORD clockbmr
, clockbmw
, clockbmh
;
24 #endif /* _CLOCK_PRIVATE_H_ */