Changeset 6972 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 9, 2001, 7:18:05 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r6945 r6972 1 /* $Id: win32wbase.h,v 1.1 29 2001-10-03 22:34:32 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.130 2001-10-09 05:18:04 phaller Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 179 179 HWND getOS2WindowHandle() { return OS2Hwnd; }; 180 180 HWND getOS2FrameWindowHandle() { return OS2HwndFrame; }; 181 HWND getLastActive() { return hwndLastActive; }; 182 void setLastActive(HWND _hwndLastActive) 183 { hwndLastActive = _hwndLastActive; }; 181 184 182 185 Win32WndClass *getWindowClass() { return windowClass; }; … … 394 397 ULONG dwIDMenu; //GWL_ID 395 398 ULONG userData; //GWL_USERDATA 396 399 HWND hwndLastActive; // last active popup handle 400 397 401 ULONG cbExtra; 398 402 PVOID pExtra;
Note:
See TracChangeset
for help on using the changeset viewer.