Changeset 2250 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Dec 29, 1999, 3:37:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r2189 r2250 1 /* $Id: win32wmdiclient.cpp,v 1.1 8 1999-12-22 18:09:32 cbratschiExp $ */1 /* $Id: win32wmdiclient.cpp,v 1.19 1999-12-29 14:37:18 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 1226 1226 { 1227 1227 mdiFlags |= MDIF_NEEDUPDATE; 1228 PostMessageA( WM_MDICALCCHILDSCROLL, 0, 0);1228 PostMessageA(getWindowHandle(), WM_MDICALCCHILDSCROLL, 0, 0); 1229 1229 } 1230 1230 sbRecalc = recalc;
Note:
See TracChangeset
for help on using the changeset viewer.