Ignore:
Timestamp:
Jan 20, 2000, 5:48:58 PM (26 years ago)
Author:
cbratschi
Message:

WM_CONTEXTMENU, sysmenu changes

File:
1 edited

Legend:

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

    r2469 r2483  
    1 /* $Id: pmframe.cpp,v 1.37 2000-01-18 20:10:43 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.38 2000-01-20 16:48:55 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    139139    }
    140140
     141    case WM_QUERYTRACKINFO:
     142    {
     143      //CB: todo: use minmaxinfo
     144      goto RunDefFrameProc;
     145    }
     146
    141147    case WM_QUERYBORDERSIZE:
    142148    {
     
    290296            }
    291297        }
     298
    292299        OSLibMapSWPtoWINDOWPOSFrame(pswp, &wp, &swpOld, hParent, hwnd);
    293300
Note: See TracChangeset for help on using the changeset viewer.