Ignore:
Timestamp:
Mar 18, 2011, 11:37:52 PM (14 years ago)
Author:
dmik
Message:

shell32: Implemented xsystray support (#16).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/systray.h

    r21591 r21592  
    1414BOOL (*SYSTRAY_ItemInit)(SystrayItem *ptrayItem);
    1515void (*SYSTRAY_ItemTerm)(SystrayItem *ptrayItem);
    16 void (*SYSTRAY_ItemSetMessage)(SystrayItem *ptrayItem, ULONG uCallbackMessage);
    17 void (*SYSTRAY_ItemSetIcon)(SystrayItem *ptrayItem, HICON hIcon);
    18 void (*SYSTRAY_ItemSetTip)(SystrayItem *ptrayItem, CHAR* szTip, int modify);
     16void (*SYSTRAY_ItemUpdate)(SystrayItem *ptrayItem, ULONG uFlags);
     17
     18SystrayItem *SYSTRAY_FindItem(ULONG uIdx);
    1919
    2020#endif // __WINE_SYSTRAY_H
Note: See TracChangeset for help on using the changeset viewer.