Ignore:
Timestamp:
Jan 28, 2000, 11:26:01 PM (26 years ago)
Author:
sandervl
Message:

Don't call default frame handler for WM_ADJUSTWINDOWPOS

File:
1 edited

Legend:

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

    r2533 r2552  
    1 /* $Id: pmframe.cpp,v 1.40 2000-01-27 21:50:01 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.41 2000-01-28 22:25:59 sandervl Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    279279          return (MRESULT)0xf;
    280280        }
    281         goto RunDefFrameProc;
     281        RestoreOS2TIB();
     282        return (MRESULT)0;
    282283    }
    283284
Note: See TracChangeset for help on using the changeset viewer.