Ignore:
Timestamp:
Jan 10, 2000, 6:18:13 PM (26 years ago)
Author:
cbratschi
Message:

activated menu code

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:24 cbratschi Exp $ */
     1/* $Id: uitools.cpp,v 1.6 2000-01-10 17:18:09 cbratschi Exp $ */
    22/*
    33 * User Interface Functions
     
    17921792  return TRUE;
    17931793}
    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 }
    18091794/*****************************************************************************
    18101795 * Name      : BOOL WIN32API DrawAnimatedRects
Note: See TracChangeset for help on using the changeset viewer.