Changeset 8027 for trunk/src/user32/window.cpp
- Timestamp:
- Feb 27, 2002, 4:23:38 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r8016 r8027 1 /* $Id: window.cpp,v 1.12 1 2002-02-26 11:12:26sandervl Exp $ */1 /* $Id: window.cpp,v 1.122 2002-02-27 15:23:38 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 1634 1634 return hwnd; 1635 1635 } 1636 #if 0 1637 //TODO: breaks a lot of things 1636 1638 hwnd = GetWindow(hwnd, GW_HWNDNEXT); 1637 # if 01639 #else 1638 1640 //try siblings 1639 1641 HWND hwndSibling;
Note:
See TracChangeset
for help on using the changeset viewer.