Ignore:
Timestamp:
Feb 20, 2000, 7:28:35 PM (26 years ago)
Author:
cbratschi
Message:

WM_EX_CONTEXTHELP

File:
1 edited

Legend:

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

    r2804 r2834  
    1 /* $Id: pmframe.cpp,v 1.42 2000-02-16 14:34:30 sandervl Exp $ */
     1/* $Id: pmframe.cpp,v 1.43 2000-02-20 18:28:32 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    2626#include "oslibmsg.h"
    2727
    28 #define DBG_LOCALLOG    DBG_pmframe
     28#define DBG_LOCALLOG    DBG_pmframe
    2929#include "dbglocal.h"
    3030
     
    361361            if (redrawAll)
    362362            {
     363              //CB: redraw all children for now
     364              //    -> problems with update region if we don't do it
     365              //       todo: rewrite whole handling
    363366              WinInvalidateRect(hwnd,NULL,TRUE);
    364367            }
     
    390393              arcl[3].yTop = rect.yBottom;
    391394
    392               HRGN hrgn = GpiCreateRegion(hps,3,(PRECTL)&arcl);
     395              HRGN hrgn = GpiCreateRegion(hps,4,(PRECTL)&arcl);
    393396
    394397              WinInvalidateRegion(hwnd,hrgn,FALSE);
     
    420423    {
    421424      //don't redraw here or PM redraw the whole frame (done in WM_WINDOWPOSCHANGED)
     425      dprintf(("PMFRAME: WM_CALCVALIDRECTS"));
    422426      RestoreOS2TIB();
    423427      return (MRESULT)(CVR_ALIGNLEFT | CVR_ALIGNTOP);
Note: See TracChangeset for help on using the changeset viewer.