Changeset 2657 for trunk/src/user32/win32wbase.h
- Timestamp:
- Feb 5, 2000, 3:08:54 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r2611 r2657 1 /* $Id: win32wbase.h,v 1.7 8 2000-02-03 17:13:02 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.79 2000-02-05 14:08:54 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 289 289 PVOID getOldFrameProc() { return pOldFrameProc; }; 290 290 VOID setOldFrameProc(PVOID aOldFrameProc) { pOldFrameProc = aOldFrameProc; }; 291 ULONG getBorderWidth() { return borderWidth; };292 ULONG getBorderHeight() { return borderHeight; };293 291 294 292 PVOID getOldWndProc() { return pOldWndProc; } … … 347 345 DWORD dwProcessId; //id of process that created this window 348 346 PVOID pOldFrameProc; 349 ULONG borderWidth;350 ULONG borderHeight;351 347 352 348 PVOID pOldWndProc;
Note:
See TracChangeset
for help on using the changeset viewer.