Ignore:
Timestamp:
Mar 23, 2011, 6:26:19 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

xsystray: Some more logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c

    r839 r841  
    581581                   PNOTIFYDATA pNotifyData)
    582582{
     583    LOGF(("hwnd          %lx\n", hwnd));
     584    LOGF(("pNotifyData   %p\n", pNotifyData));
     585
    583586    if (!WinPostMsg(hwnd, WM_XST_NOTIFY, pNotifyData, pSysTrayData->pvMemoryPool))
     587    {
     588        LOGF(("WinPostMsg() failed, last error %lx\n", WinGetLastError(0)));
    584589        FreeNotifyDataPtr(pSysTrayData->pvMemoryPool, hwnd, pNotifyData);
     590    }
    585591}
    586592
Note: See TracChangeset for help on using the changeset viewer.