Ignore:
Timestamp:
Oct 27, 2009, 2:36:55 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: xsystray: Further coding (established communication channel between the clients and the server, some bug fixes).

File:
1 edited

Legend:

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

    r255 r256  
    1616#ifndef XSYSTRAY_HEADER_INCLUDED
    1717#define XSYSTRAY_HEADER_INCLUDED
     18
     19
     20
     21
    1822
    1923#define WNDCLASS_WIDGET_XSYSTRAY_SERVER "XWPCenterExtendedSysTrayServer"
     
    3539} SYSTRAYCMD;
    3640
    37 // NOTE: the idea is to fit SYSTRAYMSGDATA into a page (4K) since this is the
     41// NOTE: the idea is to fit SYSTRAYDATA into a page (4K) since this is the
    3842// smallest piece DosAllocSharedMem() allocates anyway.
    3943typedef struct
     
    7377            // set to true by the recipient if it processes the message
    7478
    75 } SYSTRAYMSGDATA, *PSYSTRAYMSGDATA;
     79} SYSTRAYDATA;
    7680
    7781#endif // XSYSTRAY_HEADER_INCLUDED
Note: See TracChangeset for help on using the changeset viewer.