Changeset 3714 for trunk/src/gdi32/region.cpp
- Timestamp:
- Jun 16, 2000, 2:06:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/region.cpp
r3709 r3714 1 /* $Id: region.cpp,v 1. 7 2000-06-14 14:26:59 sandervlExp $ */1 /* $Id: region.cpp,v 1.8 2000-06-16 00:05:49 phaller Exp $ */ 2 2 3 3 /* … … 70 70 if(hwnd == 0 && pHps != 0) 71 71 hwnd = pHps->hwnd; 72 73 if(hwnd != 0 || pHps == 0) 72 73 // @@@pH Note: hwnd == 0 == HWND_DESKTOP ! 74 // if(hwnd != 0 || pHps == 0) 75 if (pHps == 0) 74 76 { 75 77 RECT rect; … … 115 117 if(hwnd == 0 && pHps != 0) 116 118 hwnd = pHps->hwnd; 117 118 if(hwnd != 0 || pHps == 0) 119 120 // @@@pH Note: hwnd == 0 == HWND_DESKTOP ! 121 // if(hwnd != 0 || pHps == 0) 122 if (pHps == 0) 119 123 { 120 124 RECT rect; … … 134 138 return x; 135 139 } 136 else DebugInt3(); 140 else 141 DebugInt3(); 137 142 return 0; 138 143 }
Note:
See TracChangeset
for help on using the changeset viewer.