Changeset 2677 for trunk/src/user32/win32wbase.h
- Timestamp:
- Feb 7, 2000, 9:32:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2672 r2677 1 /* $Id: win32wbase.h,v 1.8 2 2000-02-06 22:00:25 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.83 2000-02-07 20:32:43 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 199 199 HRGN GetWindowRegion() { return hWindowRegion; }; 200 200 201 202 203 201 //Save old clip region for CS_OWNDC windows (in BeginPaint) 202 HRGN GetClipRegion() { return hClipRegion; }; 203 void SetClipRegion(HRGN hRegion) { hClipRegion = hRegion; }; 204 204 205 205 BOOL ShowWindow(ULONG nCmdShow); … … 343 343 BOOL fCreated; 344 344 BOOL fTaskList; //should be listed in PM tasklist or not 345 BOOL fXDefault; 346 BOOL fCXDefault; 345 347 BOOL fParentDC; 346 348 347 349 HRGN hWindowRegion; 348 HRGNhClipRegion;350 HRGN hClipRegion; 349 351 350 352 DWORD dwThreadId; //id of thread that created this window
Note:
See TracChangeset
for help on using the changeset viewer.