Ignore:
Timestamp:
Oct 9, 1999, 11:45:28 AM (26 years ago)
Author:
sandervl
Message:

Clipboard fixes + EB's accelerator fix

File:
1 edited

Legend:

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

    r1191 r1209  
    1 /* $Id: pmframe.cpp,v 1.2 1999-10-08 16:19:34 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.3 1999-10-09 09:45:27 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    3232  SetWin32TIB();
    3333
    34   win32wnd = Win32BaseWindow::GetWindowFromFrameHandle(hwnd);
     34  win32wnd = Win32BaseWindow::GetWindowFromOS2FrameHandle(hwnd);
    3535
    3636  if(win32wnd == NULL || !win32wnd->getOldFrameProc())
Note: See TracChangeset for help on using the changeset viewer.