refactor: update smithay-clipboard

This commit is contained in:
Ashley Wulber 2024-03-26 17:32:09 -04:00
parent 4e05e3c657
commit 5bfbaae180
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
9 changed files with 70 additions and 35 deletions

View file

@ -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>,