Changeset 4434 for trunk/src/user32/dc.cpp
- Timestamp:
- Oct 5, 2000, 8:37:26 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r4147 r4434 1 /* $Id: dc.cpp,v 1.7 0 2000-09-02 08:30:09sandervl Exp $ */1 /* $Id: dc.cpp,v 1.71 2000-10-05 18:37:25 sandervl Exp $ */ 2 2 3 3 /* … … 630 630 631 631 //Query update region 632 #if 1633 HRGN hrgnClip = GpiCreateRegion(pHps->hps, 1, &rectl);634 #else635 632 HRGN hrgnClip = GpiCreateRegion(pHps->hps, 1, &rectlClip); 636 633 WinQueryUpdateRegion(hwndClient, hrgnClip); 637 dprintfRegion(pHps->hps, hWnd, hrgnClip);638 WinQueryVisibleRegion(hwndClient, hrgnClip);639 dprintfRegion(pHps->hps, hWnd, hrgnClip);640 WinQueryUpdateRegion(hwndClient, hrgnClip);641 #endif642 634 WinValidateRegion(hwndClient, hrgnClip, FALSE); 643 635
Note:
See TracChangeset
for help on using the changeset viewer.