To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57409
User windly changed the following:
What |Old value |New value
================================================================================
Assigned to|windly |pjanik
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Sun Nov 6 19:42:29 -0800
2005 -------
Hi, pjanik
I suggest we try to use the solution used by the coming mozilla 1.8.
In
http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/http/src/nsHttpConnectionMgr.cpp#892
You will find:
894 PRUint16 name = (NS_PTR_TO_INT32(param) & 0xFFFF0000) >> 16;
895 PRUint16 value = NS_PTR_TO_INT32(param) & 0x0000FFFF;
And in
http://lxr.mozilla.org/seamonkey/source/widget/src/gtk2/nsDragService.cpp#857
You will find:
listTarget->info = GPOINTER_TO_UINT(listAtom);
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]