Changeset 3587 for trunk/src/user32/menu.cpp
- Timestamp:
- May 22, 2000, 9:05:58 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/menu.cpp
r3584 r3587 1 /* $Id: menu.cpp,v 1.2 2 2000-05-22 17:21:09 cbratschiExp $*/1 /* $Id: menu.cpp,v 1.23 2000-05-22 19:03:45 sandervl Exp $*/ 2 2 /* 3 3 * Menu functions … … 3204 3204 BOOL ret = FALSE; 3205 3205 3206 dprintf(("USER32: TrackPopupMenu")); 3206 if(lpRect) { 3207 dprintf(("USER32: TrackPopupMenu %x %x (%d,%d) %x %x (%d,%d)(%d,%d)", hMenu, wFlags, x, y, nReserved, hWnd, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom)); 3208 } 3209 else dprintf(("USER32: TrackPopupMenu %x %x (%d,%d) %x %x lpRect=NULL", hMenu, wFlags, x, y, nReserved, hWnd)); 3207 3210 3208 3211 MENU_InitTracking(hWnd, hMenu, TRUE, wFlags);
Note:
See TracChangeset
for help on using the changeset viewer.