Ignore:
Timestamp:
Nov 3, 2009, 3:58:20 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

3rdparty: os2/xsystray: Implemented xstQuerySysTrayIconRect() API call. Fixed the regression of the previous checkin (icons wouldn't be removed when the associated application crashed).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/xsystray.h

    r282 r285  
    5252    SYSTRAYCMD_SHOWBALLOON,
    5353    SYSTRAYCMD_HIDEBALLOON,
     54
    5455} SYSTRAYCMD;
    5556
     
    7677    HWND        hwndSender;
    7778                // sender window, a must for SYSTRAYCMD_ADDICON, _CHANGEICON,
    78                 // _REMOVEICON, _SETTOOLTIP, _SHOWBALLOON, _HIDEBALLOON
     79                // _REMOVEICON, _SETTOOLTIP, _SHOWBALLOON, _HIDEBALLOON,
     80                // _QUERYRECT
    7981    union
    8082    {
     
    9597        } icon;
    9698          // used by SYSTRAYCMD_ADDICON, _CHANGEICON, _REMOVEICON, _SETTOOLTIP
     99
     100
     101
     102
     103
     104
    97105    } u;
    98106
Note: See TracChangeset for help on using the changeset viewer.