Ignore:
Timestamp:
Oct 30, 1999, 8:40:49 PM (26 years ago)
Author:
cbratschi
Message:

button, static, scroll and dialog fixes

File:
1 edited

Legend:

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

    r1511 r1525  
    1 /* $Id: pmframe.cpp,v 1.13 1999-10-29 16:06:55 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.14 1999-10-30 18:40:44 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    387387
    388388PosChangedEnd:
    389         RestoreOS2TIB();
     389        RestoreOS2TIB();
    390390        return rc;
    391391    }
     
    426426#else
    427427    case WM_ACTIVATE:
     428      {
     429        RestoreOS2TIB();
     430        MRESULT rc = OldFrameProc(hwnd,msg,mp1,mp2);
     431        //CB: overwrite OS/2's default frame
    428432        DrawActivate(win32wnd, hwnd);
    429         goto RunDefFrameProc;
     433        return rc;
     434      }
     435
    430436#endif
    431437#else
Note: See TracChangeset for help on using the changeset viewer.