Changeset 6751 for trunk/src


Ignore:
Timestamp:
Sep 19, 2001, 11:10:13 AM (24 years ago)
Author:
sandervl
Message:

GetLastActivePopup update + DIALOG_IsAccelerator fix

Location:
trunk/src/user32
Files:
2 edited

Legend:

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

    r5935 r6751  
    1 /* $Id: windlgmsg.cpp,v 1.9 2001-06-09 14:50:25 sandervl Exp $ */
     1/* $Id: windlgmsg.cpp,v 1.10 2001-09-19 09:10:13 sandervl Exp $ */
    22/*
    33 * Win32 dialog message APIs for OS/2
     
    170170                else
    171171                {
     172#ifdef __WIN32OS2__
     173                    if(hwndControl == 0) {
     174                        dprintf(("WARNING: DIALOG_IsAccelerator %x %x -> hwndControl == 0", hwnd, hwndDlg));
     175                        return FALSE;
     176                    }
     177#endif
    172178                    hwndNext = GetWindow( hwndControl, GW_HWNDNEXT );
    173179                }
  • trunk/src/user32/window.cpp

    r6706 r6751  
    1 /* $Id: window.cpp,v 1.104 2001-09-15 09:16:09 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.105 2001-09-19 09:10:13 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    18761876
    18771877    dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd));
    1878     return 0;
     1878    return hWnd;
    18791879}
    18801880//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.