Ignore:
Timestamp:
May 22, 2000, 9:05:58 PM (25 years ago)
Author:
sandervl
Message:

update; put back removed parts

File:
1 edited

Legend:

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

    r3584 r3587  
    1 /* $Id: menu.cpp,v 1.22 2000-05-22 17:21:09 cbratschi Exp $*/
     1/* $Id: menu.cpp,v 1.23 2000-05-22 19:03:45 sandervl Exp $*/
    22/*
    33 * Menu functions
     
    32043204    BOOL ret = FALSE;
    32053205
    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));
    32073210
    32083211    MENU_InitTracking(hWnd, hMenu, TRUE, wFlags);
Note: See TracChangeset for help on using the changeset viewer.