Changeset 2396 for trunk/src/user32/new/uitools.cpp
- Timestamp:
- Jan 10, 2000, 6:18:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/uitools.cpp
r2290 r2396 1 /* $Id: uitools.cpp,v 1. 5 2000-01-01 14:57:24cbratschi Exp $ */1 /* $Id: uitools.cpp,v 1.6 2000-01-10 17:18:09 cbratschi Exp $ */ 2 2 /* 3 3 * User Interface Functions … … 1792 1792 return TRUE; 1793 1793 } 1794 //******************************************************************************1795 //******************************************************************************1796 BOOL WIN32API DrawMenuBar(HWND hwnd)1797 {1798 Win32BaseWindow *window;1799 1800 window = Win32BaseWindow::GetWindowFromHandle(hwnd);1801 if(!window) {1802 dprintf(("DrawMenuBar, window %x not found", hwnd));1803 SetLastError(ERROR_INVALID_WINDOW_HANDLE);1804 return 0;1805 }1806 dprintf(("DrawMenuBar %x", hwnd));1807 return O32_DrawMenuBar(window->getOS2FrameWindowHandle());1808 }1809 1794 /***************************************************************************** 1810 1795 * Name : BOOL WIN32API DrawAnimatedRects
Note:
See TracChangeset
for help on using the changeset viewer.