Ignore:
Timestamp:
Nov 2, 2009, 11:32:16 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

3rdparty: os2/xsystray: Implemented array of HMQ to track HK_INPUT hook installation/removal.

File:
1 edited

Legend:

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

    r280 r281  
    4040
    4141#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
    4345typedef enum
    4446{
     
    5052    SYSTRAYCMD_HIDEBALLOON,
    5153} 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
    5259
    5360/*
Note: See TracChangeset for help on using the changeset viewer.