mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Let the clipboard crate handle the lack of clipboard support
This commit is contained in:
parent
795e7f6002
commit
ec6cc56299
5 changed files with 6 additions and 29 deletions
|
@ -136,8 +136,6 @@ pub trait WindowMethods {
|
|||
fn create_event_loop_waker(&self) -> Box<EventLoopWaker>;
|
||||
/// Get the coordinates of the native window, the screen and the framebuffer.
|
||||
fn get_coordinates(&self) -> EmbedderCoordinates;
|
||||
/// Does this window support a clipboard
|
||||
fn supports_clipboard(&self) -> bool;
|
||||
/// Set whether the application is currently animating.
|
||||
/// Typically, when animations are active, the window
|
||||
/// will want to avoid blocking on UI events, and just
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue