Changeset 2881 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Feb 24, 2000, 8:19:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r2857 r2881 1 /* $Id: win32dlg.cpp,v 1.4 5 2000-02-22 17:07:41 cbratschiExp $ */1 /* $Id: win32dlg.cpp,v 1.46 2000-02-24 19:19:08 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 238 238 { 239 239 ShowWindow( SW_SHOWNORMAL ); /* SW_SHOW doesn't always work */ 240 ::UpdateWindow( getWindowHandle() );240 UpdateWindow( getWindowHandle() ); 241 241 } 242 242 SetLastError(0); … … 972 972 BOOL Win32Dialog::restoreFocus() 973 973 { 974 if (!hwndFocus || Is Iconic()) return FALSE;974 if (!hwndFocus || IsWindowIconic()) return FALSE; 975 975 976 976 if (!::IsWindow( hwndFocus )) return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.