Changeset 2672 for trunk/src/user32/win32wbase.h
- Timestamp:
- Feb 6, 2000, 11:00:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2666 r2672 1 /* $Id: win32wbase.h,v 1.8 1 2000-02-05 19:45:19 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.82 2000-02-06 22:00:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 198 198 void SetWindowRegion(HRGN hRegion) { hWindowRegion = hRegion; }; 199 199 HRGN GetWindowRegion() { return hWindowRegion; }; 200 HRGN GetUpdateRegion() { return hUpdateRegion; }; 200 201 //Save old clip region for CS_OWNDC windows (in BeginPaint) 202 HRGN GetClipRegion() { return hClipRegion; }; 203 void SetClipRegion(HRGN hRegion) { hClipRegion = hRegion; }; 201 204 202 205 BOOL ShowWindow(ULONG nCmdShow); … … 343 346 344 347 HRGN hWindowRegion; 345 HRGN h UpdateRegion;348 HRGN hClipRegion; 346 349 347 350 DWORD dwThreadId; //id of thread that created this window
Note:
See TracChangeset
for help on using the changeset viewer.