Changeset 272 for trunk/src/3rdparty/os2/xsystray/xsystray.h
- Timestamp:
- Oct 31, 2009, 2:00:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/xsystray.h
r256 r272 39 39 } SYSTRAYCMD; 40 40 41 // NOTE: the idea is to fit SYSTRAYCTLDATA into a page (4K) since this is the42 // smallest piece DosAllocSharedMem() allocates anyway.43 41 typedef struct 44 42 { … … 69 67 { 70 68 ULONG ulId; 71 CHAR szText[ 4000]; // occupy as much of 4K page as we can69 CHAR szText[512]; 72 70 } tooltip; 73 71
Note:
See TracChangeset
for help on using the changeset viewer.