Ignore:
Timestamp:
Jan 8, 2000, 3:15:38 PM (26 years ago)
Author:
sandervl
Message:

OSLibGetMsg bugfix + WM_QUIT translation fix

File:
1 edited

Legend:

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

    r2289 r2371  
    1 /* $Id: pmframe.cpp,v 1.32 2000-01-01 14:37:34 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.33 2000-01-08 14:15:06 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    665665    }
    666666    return HTBORDER_W;
    667   } else
     667  }
     668  else
    668669  {
    669670    if (child == WinWindowFromID(hwnd,FID_CLIENT)) return HTCLIENT_W;
Note: See TracChangeset for help on using the changeset viewer.