Changeset 10 for trunk/txlib/txwproc.c
- Timestamp:
- 02/22/06 13:03:35 (3 years ago)
- Files:
-
- 1 modified
-
trunk/txlib/txwproc.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/txlib/txwproc.c
r9 r10 208 208 txwPostMsg( hwnd, TXWM_ACTIVATE, TRUE, 0); 209 209 } 210 txwSetWindowPtr( hwnd, TXQWP_USER, (void *) mp2); // user data211 210 break; 212 211 … … 1425 1424 wnd->us[TXQWS_FLAGS] &= ~TXFF_DLGDISMISSED; //- clear dismissed flag 1426 1425 1426 if (cData != NULL) // optional, USER PTR could be 1427 { // set by caller already! 1428 wnd->ul[TXQWP_USER] = (ULONG) cData; 1429 } 1427 1430 txwPostMsg( (TXWHANDLE) wnd, TXWM_INITDLG, focus, (ULONG) cData); 1428 1431