зеркало из https://github.com/mozilla/pjs.git
updated to new multiple-item d&d apis.
This commit is contained in:
Родитель
f50b9c96ea
Коммит
1e537dce4f
|
@ -87,7 +87,8 @@ NS_IMETHODIMP nsDragService::StartDragSession (nsITransferable * aTransferable,
|
|||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
NS_IMETHODIMP nsDragService::GetData (nsITransferable * aTransferable)
|
||||
NS_IMETHODIMP nsDragService::GetData (nsITransferable * aTransferable,
|
||||
PRUint32 aItemIndex)
|
||||
{
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ public:
|
|||
PRUint32 aActionType);
|
||||
|
||||
// Native Impl.
|
||||
NS_IMETHOD GetData (nsITransferable * aTransferable);
|
||||
NS_IMETHOD GetData (nsITransferable * aTransferable, PRUint32 aItemIndex);
|
||||
|
||||
static void SetTopLevelWidget(GtkWidget* w);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче