mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -04:00
TODO: Drop clipboard manager item
We have a reasonable prototype in weston now and we're going to conclude that the persistent selection functionality is either going to be part of the compositor (as for weston) or use a custom protocol.
This commit is contained in:
parent
68f058ffd3
commit
3fd1e128e9
1 changed files with 0 additions and 12 deletions
12
TODO
12
TODO
|
|
@ -47,18 +47,6 @@ Core wayland protocol
|
||||||
|
|
||||||
ICCCM
|
ICCCM
|
||||||
|
|
||||||
- clipboard manager interface? what's needed? just notification
|
|
||||||
that the selection has gone away. should the clipboard manager be
|
|
||||||
able to take over the selection "seamlessly", ie, with the same
|
|
||||||
timestamp etc? Doesn't seem like we need that, the clipboard will
|
|
||||||
have to set a new data_source anyway, with the subset of mimetypes
|
|
||||||
it offers (the clipboad manager may only offer a subset of the
|
|
||||||
types offered by the original data_source)
|
|
||||||
|
|
||||||
The trouble is that when the clipboard manager sets a new data
|
|
||||||
source, we don't want to renew the timestamp and potentially reject
|
|
||||||
a newer "real" data source.
|
|
||||||
|
|
||||||
- mime-type guidelines for data_source (ie, both dnd and selection):
|
- mime-type guidelines for data_source (ie, both dnd and selection):
|
||||||
recommended types for text or images, types that a clipboard
|
recommended types for text or images, types that a clipboard
|
||||||
manager must support, mime-types must be listed in preferred order
|
manager must support, mime-types must be listed in preferred order
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue