Ignore:
Timestamp:
Jan 1, 2000, 3:37:35 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2257 r2289  
    1 /* $Id: pmframe.cpp,v 1.31 1999-12-29 22:54:01 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.32 2000-01-01 14:37:34 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    230230  switch(msg)
    231231  {
     232    case WM_FORMATFRAME:
     233      dprintf(("PMFRAME: WM_FORMATFRAME %x",hwnd));
     234      //CB: call WM_NCCALCSIZE and set client pos
     235      //    WM_PAINT -> WM_NCPAINT
     236      //    WM_HITTEST -> MsgHitTest()
     237      //    mouse messages -> MsgButton()
     238      goto RunDefFrameProc;
     239
     240    case WM_QUERYBORDERSIZE:
     241      //CB: todo: set to 0
     242      goto RunDefFrameProc;
     243
    232244    case WM_ADJUSTWINDOWPOS:
    233245    {
     
    429441    case WM_PAINT:
    430442      #ifdef PMFRAMELOG
    431        dprintf(("PMFRAME: WM_PAINT"));
     443       dprintf(("PMFRAME: WM_PAINT %x",hwnd));
    432444      #endif
    433445      if (!win32wnd->isChild())
Note: See TracChangeset for help on using the changeset viewer.