======================================================================== http://mondrian.corp.google.com/file/10947778///depot/googleclient/gears/opensource/third_party/chrome/chrome_plugin_api.h?a=1 File //depot/googleclient/gears/opensource/third_party/chrome/chrome_plugin_api.h (snapshot 1) ------------------------------------ Line 460: uint32* identity, uint32* event_id, char** drag_type, char** drag_data); On 12:09 pm, noel wrote: > I do want identity to be uint32 when we return its value to gears.
As I said elsewhere, my experience is that unsigned-ness isn't normally worth the type-casting hassle, even if the value is conceptually never negative. My preference would be to just use a (signed) int32 for identity. Besides, signed-ness lets you use negative values as error codes. ======================================================================== -- To respond, reply to this email or visit http://mondrian.corp.google.com/10947778
