revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / classes / zune / calendar / calendar_private.h
blob3f58c4dc6fc9241fc662c317b3142cf8ef64c306
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[7];
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_ */