Ignore:
Timestamp:
Mar 8, 2013, 7:05:01 AM (12 years ago)
Author:
Dmitry A. Kuminov
Message:

xsystray: Fix warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c

    r951 r1125  
    861861    PNOTIFYDATA pNotifyData;
    862862
    863     ptl.x = ((PPOINTS)&mp1)->x;
    864     ptl.y = ((PPOINTS)&mp1)->y;
     863    PPOINTS ppts = (PPOINTS)&mp1;
     864    ptl.x = ppts->x;
     865    ptl.y = ppts->y;
    865866
    866867    LOGF(("msg %x ptl %ld,%ld\n", msg, ptl.x, ptl.y));
Note: See TracChangeset for help on using the changeset viewer.