Changeset 3587 for trunk/src


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

update; put back removed parts

Location:
trunk/src/user32
Files:
2 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);
  • trunk/src/user32/win32wbase.cpp

    r3584 r3587  
    1 /* $Id: win32wbase.cpp,v 1.192 2000-05-22 17:21:11 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.193 2000-05-22 19:05:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    20942094    OSLibWinShowWindow(OS2Hwnd, showstate);
    20952095
     2096    SendInternalMessageA(WM_SHOWWINDOW, (showstate & SWPOS_SHOW) ? 1 : 0, 0);
     2097
    20962098    //CB: PMFrame: WM_MINMAXFRAME SWP_* handling isn't always successful!
    20972099    if ((showstate & SWPOS_MAXIMIZE) == SWPOS_MAXIMIZE)
Note: See TracChangeset for help on using the changeset viewer.