Changeset 2397


Ignore:
Timestamp:
Jan 10, 2000, 6:19:51 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2395 r2397  
    1  /* $Id: changelog,v 1.630 2000-01-09 19:47:16 sandervl Exp $ */
     1 /* $Id: changelog,v 1.631 2000-01-10 17:19:51 cbratschi Exp $ */
     2
     3 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
     4        - USER32/NEW: activated menu code
    25
    36 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
  • trunk/include/win/menu.h

    r2268 r2397  
    66#define __WINE_MENU_H
    77
    8 #include "win.h"
    9 
    108#define POPUPMENUCLASSNAME "#32768"
    119
    12 LRESULT WINAPI PopupMenuWndProc( HWND hwnd, UINT message, WPARAM wParam,
    13                                  LPARAM lParam );
    14 
    15 extern BOOL MENU_Init(void);
    16 extern HMENU MENU_GetSysMenu(HWND hWndOwner, HMENU hSysPopup);
    17 extern UINT MENU_GetMenuBarHeight( HWND hwnd, UINT menubarWidth,
    18                                      INT orgX, INT orgY );
    19 extern BOOL MENU_PatchResidentPopup( HQUEUE, HWND );
    20 extern void MENU_TrackMouseMenuBar( HWND hwnd, INT ht, POINT pt );
    21 extern void MENU_TrackKbdMenuBar( HWND hwnd, UINT wParam, INT vkey );
    22 extern UINT MENU_DrawMenuBar( HDC hDC, LPRECT lprect,
    23                                 HWND hwnd, BOOL suppress_draw );
    24 extern UINT MENU_FindSubMenu( HMENU *hmenu, HMENU hSubTarget );
     10HMENU MENU_GetSysMenu(HWND hWnd,HMENU hPopupMenu);
     11UINT MENU_GetMenuBarHeight(HWND hWnd,UINT menubarWidth,INT orgX,INT orgY);
     12void MENU_TrackMouseMenuBar(HWND hWnd,INT ht,POINT pt);
     13void MENU_TrackKbdMenuBar(HWND hWnd,UINT wParam,INT vkey);
     14UINT MENU_DrawMenuBar(HDC hDC,LPRECT lprect,HWND hWnd,BOOL suppress_draw);
    2515
    2616BOOL POPUPMENU_Register();
Note: See TracChangeset for help on using the changeset viewer.