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:
parent
a4d7ca0f22
commit
b7c84d3b22
File diff suppressed because it is too large
Load Diff
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue