aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 18:36:57 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 18:41:11 +0200
commitb99309bee20a23d118a3b58a8f73d28a62778c84 (patch)
treed82e8f05a783253e4ed1935937f4c5875bc2e85e /src/lib.rs
parent424cc5ea4909e9e57a1d14b6ad6a397e992ab6fb (diff)
downloadglutin-b99309bee20a23d118a3b58a8f73d28a62778c84.tar.gz
glutin-b99309bee20a23d118a3b58a8f73d28a62778c84.zip
Remove deprecated functions
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1e10768..4de2f44 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -142,7 +142,7 @@ pub enum GlRequest {
},
}
-#[derive(Debug, Copy)]
+#[derive(Debug, Copy, Clone)]
pub enum MouseCursor {
/// The platform-dependent default cursor.
Default,
@@ -199,7 +199,7 @@ pub enum MouseCursor {
}
/// Describes how glutin handles the cursor.
-#[derive(Debug, Copy)]
+#[derive(Debug, Copy, Clone)]
pub enum CursorState {
/// Normal cursor behavior.
Normal,