Changeset 4147 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Sep 2, 2000, 10:30:11 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r3873 r4147 1 /* $Id: win32wbase.cpp,v 1.20 8 2000-07-20 18:08:13sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.209 2000-09-02 08:30:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1616 1616 if(window && !(window->getClass()->getStyle() & CS_NOCLOSE)) 1617 1617 PostMessageA(getWindowHandle(), WM_SYSCOMMAND, SC_CLOSE, 0); 1618 return 0; 1618 1619 } 1619 1620 … … 2188 2189 RECT oldClientRect = rectClient; 2189 2190 2191 if(getWindowHandle() == 0x6800000a) { 2192 rc = FALSE; 2193 } 2190 2194 if (fuFlags & 2191 2195 ~(SWP_NOSIZE | SWP_NOMOVE | SWP_NOZORDER |
Note:
See TracChangeset
for help on using the changeset viewer.