[ros-diffs] [jimtabor] 16502: Add MIIM_BITMAP & MNS_CHECKORBMP support in menu. Based on Wine port.

jimtabor at svn.reactos.com jimtabor at svn.reactos.com
Fri Jul 8 01:30:01 CEST 2005


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) */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050708/5f7e3fcf/attachment.html


More information about the Ros-diffs mailing list