Changeset 256 for trunk/src/3rdparty/os2/xsystray/xsystray.h
- Timestamp:
- Oct 27, 2009, 2:36:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.h
r255 r256 16 16 #ifndef XSYSTRAY_HEADER_INCLUDED 17 17 #define XSYSTRAY_HEADER_INCLUDED 18 19 20 21 18 22 19 23 #define WNDCLASS_WIDGET_XSYSTRAY_SERVER "XWPCenterExtendedSysTrayServer" … … 35 39 } SYSTRAYCMD; 36 40 37 // NOTE: the idea is to fit SYSTRAY MSGDATA into a page (4K) since this is the41 // NOTE: the idea is to fit SYSTRAYDATA into a page (4K) since this is the 38 42 // smallest piece DosAllocSharedMem() allocates anyway. 39 43 typedef struct … … 73 77 // set to true by the recipient if it processes the message 74 78 75 } SYSTRAY MSGDATA, *PSYSTRAYMSGDATA;79 } SYSTRAYDATA; 76 80 77 81 #endif // XSYSTRAY_HEADER_INCLUDED
Note:
See TracChangeset
for help on using the changeset viewer.