-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X11: Implement putting things into the clipboard (#1851)
* x11: Turn Clipboard into a singleton This commit renames the current Clipboard to ClipboardState and adds a new Clipboard(Rc<RefCell<ClipboardState>>). This is in preparation for setting the clipboard contents where we need to keep the clipboard contents in ClipboardState. * Preparations for setting the clipboard Signed-off-by: Uli Schlachter <[email protected]> * x11: Implement putting things into the clipboard Fixes: #937 Signed-off-by: Uli Schlachter <[email protected]> * Add CHANGELOG.md entry Signed-off-by: Uli Schlachter <[email protected]>
- Loading branch information
Showing
3 changed files
with
450 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.