- Timestamp:
- Sep 23, 2001, 11:45:14 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/mdi.c
r6762 r6792 754 754 BOOL isActiveFrameWnd; 755 755 756 #ifdef __WIN32OS2__ 757 if (!IsWindowEnabled( child )) { 758 clientInfo->hwndActiveChild = 0; 759 return 0; 760 } 761 #else 756 762 if (!IsWindowEnabled( child )) return 0; 763 #endif 757 764 758 765 /* Don't activate if it is already active. Might happen
Note:
See TracChangeset
for help on using the changeset viewer.