diff options
Diffstat (limited to 'widget/gtk/nsClipboard.h')
-rw-r--r-- | widget/gtk/nsClipboard.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/widget/gtk/nsClipboard.h b/widget/gtk/nsClipboard.h index 70c866a013..c3129bf208 100644 --- a/widget/gtk/nsClipboard.h +++ b/widget/gtk/nsClipboard.h @@ -39,13 +39,12 @@ private: static GdkAtom GetSelectionAtom (int32_t aWhichClipboard); static GtkSelectionData *GetTargets (GdkAtom aWhichClipboard); - // Save global clipboard content to gtk - nsresult Store (void); - // Get our hands on the correct transferable, given a specific // clipboard nsITransferable *GetTransferable (int32_t aWhichClipboard); + void ClearTransferable(int32_t aWhichClipboard); + // Hang on to our owners and transferables so we can transfer data // when asked. nsCOMPtr<nsIClipboardOwner> mSelectionOwner; |