A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Colin Finck aa42a19f40 Revert parts of r33578:
- First of all, MenuSetItemData is only called from InsertMenuA/W and ModifyMenuA/W.
  Therefore the passed MENUITEMINFO structure will always be empty, so it makes no sense to check for flags in this structure.
  This way, I could simplify the code block for MF_BITMAP.
- Also fType = MFT_BITMAP and fMask = MIIM_BITMAP at the same time passed to win32k don't work.
  Changing this back to only set fMask fixes bitmap menus.
- Furthermore the data for MF_OWNERDRAW is really stored in dwItemData and not in dwTypeData.
  The MSDN documentation for InsertMenu applies here, not the one for the MENUITEMINFO structure.
  This fixes owner-drawn menus like the one in Abiword.

See issue #3272 for more details.

svn path=/trunk/; revision=33958
2008-06-13 23:14:27 +00:00
irc - remove now unneeded files 2008-05-18 16:04:19 +00:00
reactos Revert parts of r33578: 2008-06-13 23:14:27 +00:00
rosapps Updated Winefile to Wine 1.0rc4. 2008-06-12 06:22:23 +00:00
rostests Synced shlwapi_winetest.exe with Wine HEAD 2008-06-08 17:14:50 +00:00
wallpaper Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044) 2007-06-21 15:23:49 +00:00