Changeset 146 for trunk/src/helpers/winh.c
- Timestamp:
- Mar 6, 2002, 6:34:48 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r137 r146 2390 2390 ul++) 2391 2391 { 2392 HWND hwndThis = WinWindowFromID(hwndDlg, SHORT1FROMMP(*pmpThis));2393 if (hwndThis )2392 HWND hwndThis; 2393 if (hwndThis = WinWindowFromID(hwndDlg, SHORT1FROMMP(*pmpThis))) 2394 2394 { 2395 2395 WinQueryWindowPos(hwndThis, pswpThis); … … 3591 3591 3592 3592 HWND winhCreateStdWindow(HWND hwndFrameParent, // in: normally HWND_DESKTOP 3593 PSWP pswpFrame, // in: frame wnd pos 3593 PSWP pswpFrame, // in: frame wnd pos (ptr can be NULL) 3594 3594 ULONG flFrameCreateFlags, // in: FCF_* flags 3595 3595 ULONG ulFrameStyle, // in: WS_* flags (e.g. WS_VISIBLE, WS_ANIMATE)
Note:
See TracChangeset
for help on using the changeset viewer.