Ignore:
Timestamp:
Feb 27, 2002, 4:23:38 PM (23 years ago)
Author:
sandervl
Message:

Removed WindowFromPoint change

File:
1 edited

Legend:

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

    r8016 r8027  
    1 /* $Id: window.cpp,v 1.121 2002-02-26 11:12:26 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.122 2002-02-27 15:23:38 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    16341634                    return hwnd;
    16351635                }
     1636#if 0
     1637//TODO: breaks a lot of things
    16361638                hwnd = GetWindow(hwnd, GW_HWNDNEXT);
    1637 #if 0
     1639#else
    16381640                //try siblings
    16391641                HWND hwndSibling;
Note: See TracChangeset for help on using the changeset viewer.