Ignore:
Timestamp:
Jan 15, 2004, 11:28:42 AM (22 years ago)
Author:
sandervl
Message:

KSO: Removed duplicate (and dangerous) checks on framewindows in a couple of enumerations (OSLibWinQueryClientWindow).

File:
1 edited

Legend:

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

    r10379 r10396  
    1 /* $Id: oslibwin.cpp,v 1.146 2004-01-11 12:03:15 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.147 2004-01-15 10:28:41 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    884884//******************************************************************************
    885885//******************************************************************************
    886 HWND OSLibWinQueryClientWindow(HWND hwndFrame)
    887 {
    888  HWND hwndClient = 0;
    889 
    890    if(((ULONG)WinSendMsg(hwndFrame, WM_QUERYFRAMEINFO, NULL, NULL)) & FI_FRAME)
    891           hwndClient = WinWindowFromID(hwndFrame, FID_CLIENT);
    892 
    893    return hwndClient;
    894 }
    895 //******************************************************************************
    896 //******************************************************************************
    897886BOOL OSLibWinEndEnumWindows(HWND hwndEnum)
    898887{
Note: See TracChangeset for help on using the changeset viewer.