Skip to content
  • Benjamin Otte's avatar
    clipboard: Implement local fallback clipboard transfers · 12ca641f
    Benjamin Otte authored
    This requires implementing a "pipe" so we can have 2 streams running:
      contentprovider => serializer => outputstream
      inputstream => deserializer => reader
    And the pipe shoves the data from the outputstream into the inputstream.
    12ca641f