Changeset 8942 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Jul 30, 2002, 8:20:44 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r8624 r8942 1 /* $Id: win32wbase.cpp,v 1.32 8 2002-06-09 19:53:32 sandervlExp $ */1 /* $Id: win32wbase.cpp,v 1.329 2002-07-30 18:20:42 achimha Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 134 134 Init(); 135 135 this->isUnicode = isUnicode; 136 // call member function 136 137 CreateWindowExA(lpCreateStructA, classAtom); 137 138 } … … 169 170 Win32Hwnd = 0; 170 171 172 // allocate a Win32 HWND, return it in Win32Hwnd and associate object 173 // pointer with it 171 174 if(HwAllocateWindowHandle(&Win32Hwnd, (ULONG)this) == FALSE) 172 175 { … … 416 419 * that if an overlapped window is created with WS_VISIBLE style bit 417 420 * set and the x parameter is set to CW_USEDEFAULT, the system ignores 418 * the y parameter. However, disassembling NT implementation (WIN32K.SYS) 419 * reveals that 421 * the y parameter. However, looking at NT reveals that 420 422 * 421 423 * 1) not only if checks for CW_USEDEFAULT but also for CW_USEDEFAULT16 … … 548 550 return FALSE; 549 551 } 550 551 552 teb->o.odin.newWindow = (ULONG)this; 552 553 553 554 DWORD dwOSWinStyle, dwOSFrameStyle; 554 555 555 OSLibWinConvertStyle(dwStyle,dwExStyle,&dwOSWinStyle, &dwOSFrameStyle); 556 556
Note:
See TracChangeset
for help on using the changeset viewer.