Module: wine Branch: refs/heads/master Commit: 9b1ea63bf9422e12ef126627a9cf42740baf62ec URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=9b1ea63bf9422e12ef126627...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Mon Jan 23 11:59:21 2006 +0100
user32: Make GetMenuItemInfo tests pass under Wine. - Change menu item search algorithm to recurse into a submenu first. - Fallback to a found submenu if nothing else was found.
---
dlls/user/menu.c | 17 +++++++---- dlls/user/tests/menu.c | 73 ++++++++++++++++++++---------------------------- 2 files changed, 41 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=9b1ea63bf9422e12ef12...