Changeset 2834 for trunk/src/user32/pmframe.cpp
- Timestamp:
- Feb 20, 2000, 7:28:35 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/pmframe.cpp (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmframe.cpp
r2804 r2834 1 /* $Id: pmframe.cpp,v 1.4 2 2000-02-16 14:34:30 sandervlExp $ */1 /* $Id: pmframe.cpp,v 1.43 2000-02-20 18:28:32 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Frame Managment Code for OS/2 … … 26 26 #include "oslibmsg.h" 27 27 28 #define DBG_LOCALLOG DBG_pmframe28 #define DBG_LOCALLOG DBG_pmframe 29 29 #include "dbglocal.h" 30 30 … … 361 361 if (redrawAll) 362 362 { 363 //CB: redraw all children for now 364 // -> problems with update region if we don't do it 365 // todo: rewrite whole handling 363 366 WinInvalidateRect(hwnd,NULL,TRUE); 364 367 } … … 390 393 arcl[3].yTop = rect.yBottom; 391 394 392 HRGN hrgn = GpiCreateRegion(hps, 3,(PRECTL)&arcl);395 HRGN hrgn = GpiCreateRegion(hps,4,(PRECTL)&arcl); 393 396 394 397 WinInvalidateRegion(hwnd,hrgn,FALSE); … … 420 423 { 421 424 //don't redraw here or PM redraw the whole frame (done in WM_WINDOWPOSCHANGED) 425 dprintf(("PMFRAME: WM_CALCVALIDRECTS")); 422 426 RestoreOS2TIB(); 423 427 return (MRESULT)(CVR_ALIGNLEFT | CVR_ALIGNTOP);
Note:
See TracChangeset
for help on using the changeset viewer.
