Replace xcb with x11rb in clipboard_x11
This commit is contained in:
parent
cf01306fc2
commit
3277d91321
4 changed files with 104 additions and 145 deletions
|
|
@ -1,8 +1,6 @@
|
|||
mod clipboard;
|
||||
mod error;
|
||||
|
||||
pub use xcb::*;
|
||||
|
||||
use std::error::Error;
|
||||
|
||||
pub struct Clipboard(clipboard::Clipboard);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue