refactor: update smithay-clipboard
This commit is contained in:
parent
4e05e3c657
commit
5bfbaae180
9 changed files with 70 additions and 35 deletions
|
|
@ -15,11 +15,11 @@
|
|||
extern crate objc;
|
||||
|
||||
use objc::runtime::{Class, Object};
|
||||
use objc_foundation::{INSArray, INSObject, INSString};
|
||||
use objc_foundation::{NSArray, NSDictionary, NSObject, NSString};
|
||||
use objc_foundation::{
|
||||
INSArray, INSObject, INSString, NSArray, NSDictionary, NSObject, NSString,
|
||||
};
|
||||
use objc_id::{Id, Owned};
|
||||
use std::error::Error;
|
||||
use std::mem::transmute;
|
||||
use std::{error::Error, mem::transmute};
|
||||
|
||||
pub struct Clipboard {
|
||||
pasteboard: Id<Object>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue