Changeset 247


Ignore:
Timestamp:
Feb 2, 2003, 9:29:43 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/cctl_checkcnr.c

    r229 r247  
    357357 *@@added V0.9.0 (99-11-29) [umoeller]
    358358 *@@changed V0.9.18 (2002-03-03) [umoeller]: fixed bad orig win msg, other optimizations
     359 *@@changed V1.0.1 (2003-01-22) [umoeller]: fixed wrong mouse pointers on WM_MOUSEMOVE
    359360 */
    360361
     
    457458                    }
    458459                }
     460
     461                // always call parent cos container changes mouse pointers
     462                // V1.0.1 (2003-01-22) [umoeller]
     463                mrc = pfnwpOrig(hwndCnr, msg, mp1, mp2);
    459464            break;
    460465
Note: See TracChangeset for help on using the changeset viewer.