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/oslibmenu.h

    r1446 r1732  
    1 /* $Id: oslibmenu.h,v 1.3 1999-10-25 20:17:18 sandervl Exp $ */
     1/* $Id: oslibmenu.h,v 1.4 1999-11-14 12:00:01 sandervl Exp $ */
    22/*
    33 * Window Menu wrapper functions for OS/2
     
    2222HMENU OSLibWinCreateEmptyPopupMenu();
    2323int   OSLibGetMenuItemCount(HWND hMenu);
     24BOOL  OSLibGetMenuItemRect(HWND hMenu, int index, LPRECT pRect);
    2425 
    2526#endif //__OSLIBGDI_H__
Note: See TracChangeset for help on using the changeset viewer.