Changeset 6397 for trunk/src/user32/window.cpp
- Timestamp:
- Jul 28, 2001, 8:04:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r6395 r6397 1 /* $Id: window.cpp,v 1.10 2 2001-07-28 13:43:54sandervl Exp $ */1 /* $Id: window.cpp,v 1.103 2001-07-28 18:02:50 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 1872 1872 1873 1873 hwnd = Win32ToOS2Handle(hWnd); 1874 hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd));1874 //// hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd)); 1875 1875 1876 1876 dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd)); 1877 return hwnd;1877 return 0; 1878 1878 } 1879 1879 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.