workbench/classes/zune: WIP - Unsorted -Wall fixes
[AROS.git] / workbench / classes / zune / calendar / calendar_private.h
blob9512b8bc08b9ea8850e814dbf4e31e9b51255d06
1 #ifndef _CALENDAR_PRIVATE_H_
2 #define _CALENDAR_PRIVATE_H_
4 #include <exec/types.h>
5 #include <utility/date.h>
6 #include <libraries/mui.h>
8 /*** Instance data **********************************************************/
9 struct Calendar_DATA
11 struct MUI_EventHandlerNode ehn;
12 struct ClockData clockdata;
13 CONST_STRPTR *daylabels;
14 CONST_STRPTR defdaylabels[12];
15 WORD cellwidth, base_cellwidth;
16 WORD cellheight, base_cellheight;
17 WORD mwday; /* weekday of 1st of month */
18 WORD old_mday;
19 LONG firstweekday;
22 #endif /* _CALENDAR_PRIVATE_H_ */