Add MIIM_BITMAP & MNS_CHECKORBMP support in menu. Based on Wine port. Modified: trunk/reactos/include/win32k/menu.h _____
Modified: trunk/reactos/include/win32k/menu.h --- trunk/reactos/include/win32k/menu.h 2005-07-07 23:10:35 UTC (rev 16501) +++ trunk/reactos/include/win32k/menu.h 2005-07-07 23:29:53 UTC (rev 16502) @@ -22,6 +22,7 @@
WORD Height; /* Height of the whole menu */ HWND WndOwner; /* window receiving the messages for ownerdraw */ BOOL TimeToHide; /* Request hiding when receiving a second click in the top-level menu item */ + SIZE maxBmpSize; /* Maximum size of the bitmap items in MIIM_BITMAP state */ } ROSMENUINFO, *PROSMENUINFO;
/* (other FocusedItem values give the position of the focused item) */