Changeset 7620 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Dec 12, 2001, 5:40:45 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7525 r7620 1 /* $Id: win32wbase.cpp,v 1.30 4 2001-12-02 12:22:01sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.305 2001-12-12 16:40:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1812 1812 if( wParam == VK_F4 ) /* try to close the window */ 1813 1813 { 1814 HWND top = GetTop Window();1814 HWND top = GetTopParent(); 1815 1815 if (!(GetClassLongW( top, GCL_STYLE ) & CS_NOCLOSE)) 1816 1816 PostMessageW( top, WM_SYSCOMMAND, SC_CLOSE, 0 );
Note:
See TracChangeset
for help on using the changeset viewer.