Skip to content
  • Michael Natterer's avatar
    Bug 626499 - GtkClipboard unnotified on change of OS X pasteboard owner · f08fc127
    Michael Natterer authored
    pasteboardChangedOwner is not called as reliably as we'd want to get it,
    so keep track of [pasteboard changeCount] and drop clipboard ownership
    when a change happened. Also better unset the clipboard content redundantly
    in a few places rather than missing one, and reorder the code in
    gtk_clipboard_set_contents() so that the new aggressive unsetting
    won't unset the clipboard under our feet when we call
    [pasteboard declareTypes].
    (cherry picked from commit f2b74db5)
    f08fc127