- Timestamp:
- Mar 23, 2011, 6:26:19 PM (15 years ago)
- Location:
- trunk/src/3rdparty/os2/xsystray
- Files:
-
- 2 edited
-
apilib/xsystray.c (modified) (1 diff)
-
plugin/w_xsystray.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/3rdparty/os2/xsystray/apilib/xsystray.c
r840 r841 232 232 newMsg.mp1 = NotifyData.mp1; 233 233 newMsg.mp2 = NotifyData.mp2; 234 235 234 236 235 237 // deliver the message -
trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c
r839 r841 581 581 PNOTIFYDATA pNotifyData) 582 582 { 583 584 585 583 586 if (!WinPostMsg(hwnd, WM_XST_NOTIFY, pNotifyData, pSysTrayData->pvMemoryPool)) 587 588 584 589 FreeNotifyDataPtr(pSysTrayData->pvMemoryPool, hwnd, pNotifyData); 590 585 591 } 586 592
Note:
See TracChangeset
for help on using the changeset viewer.
