Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X11 clipboard support #5479

Closed
wants to merge 10 commits into from

fixup! Implement X11 clipboard integration (Issue #5376).

  • Loading branch information
aweinstock314 committed Apr 1, 2015
commit 7509a47041806c0303845b52991d6384f518a48c
@@ -28,7 +28,6 @@
extern crate log;

#[macro_use] extern crate bitflags;
//#[macro_use] extern crate lazy_static;
extern crate core;
extern crate devtools_traits;
extern crate cssparser;
@@ -48,11 +48,6 @@ pub struct TextInput {
clipboard_ctx: ClipboardContext,
}

/*
lazy_static! {
static ref clipboard_ctx: Result<ClipboardContext, &'static str> = ClipboardContext::new();
}*/

/// Resulting action to be taken by the owner of a text input that is handling an event.
pub enum KeyReaction {
TriggerDefaultAction,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.