Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>

Implemented WM_SIZE message support. Optimized drawing to use
precalculated size values rather than recalculating during each call
of MONTHCAL_Refresh.
This commit is contained in:
Alexandre Julliard 2000-01-04 00:30:21 +00:00
parent a4d7ca0f22
commit b7c84d3b22
2 changed files with 653 additions and 549 deletions

File diff suppressed because it is too large Load diff

View file

@ -60,6 +60,7 @@ typedef struct tagMONTHCAL_INFO
SYSTEMTIME maxDate;
RECT rcClient; /* rect for whole client area */
RECT rcDraw; /* rect for drawable portion of client area */
RECT title; /* rect for the header above the calendar */
RECT titlebtnnext; /* the `next month' button in the header */
RECT titlebtnprev; /* the `prev month' button in the header */