Changeset 281 for trunk/src/3rdparty/os2/xsystray/xsystray.h
- Timestamp:
- Nov 2, 2009, 11:32:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.h
r280 r281 40 40 41 41 #define WM_XST_CONTROL (WM_USER + 0) 42 42 // message sent to the system tray server to request an action 43 44 // server action commands 43 45 typedef enum 44 46 { … … 50 52 SYSTRAYCMD_HIDEBALLOON, 51 53 } SYSTRAYCMD; 54 55 // server responses to WM_XST_CONTROL 56 #define XST_OK 0 // command succeeded 57 #define XST_FAIL 1 // command failed 58 #define XST_REPLACED 2 // SYSTRAYCMD_ADDICON replaced the existing icon 52 59 53 60 /*
Note:
See TracChangeset
for help on using the changeset viewer.