Ignore:
Timestamp:
Nov 14, 1999, 1:00:01 PM (26 years ago)
Author:
sandervl
Message:

WindowFromPoint fix + GetMenuItemRect implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/winmenu.cpp

    r1675 r1732  
    1 /* $Id: winmenu.cpp,v 1.16 1999-11-09 20:15:11 sandervl Exp $ */
     1/* $Id: winmenu.cpp,v 1.17 1999-11-14 12:00:01 sandervl Exp $ */
    22
    33/*
     
    10731073 *             extended error information, use the GetLastError function.
    10741074 * Remark    :
    1075  * Status    : UNTESTED STUB
     1075 * Status    :
    10761076 *
    10771077 * Author    : Patrick Haller [Thu, 1998/02/26 11:55]
     
    10841084              LPRECT, lprcItem)
    10851085{
    1086   dprintf(("USER32:GetMenuItemRect (%08xh,%08xh,%08xh,%08x) not implemented.\n",
    1087          hWnd,
    1088          hMenu,
    1089          uItem,
    1090          lprcItem));
    1091 
    1092   return (FALSE);
     1086    return OSLibGetMenuItemRect(hMenu, uItem, lprcItem);
    10931087}
    10941088/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.