aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-03-01 10:33:25 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-03-01 10:33:25 +0100
commitcf252c29b4c3a0f4705bc92598c858b895b94f22 (patch)
tree9149bd97445d583fb79bee9cb544d9956ced2224 /src/lib.rs
parent77d8a113385e8bb85f145d514724a1e3bd574cfd (diff)
downloadglutin-cf252c29b4c3a0f4705bc92598c858b895b94f22.tar.gz
glutin-cf252c29b4c3a0f4705bc92598c858b895b94f22.zip
Use the WGL API to determine extended pixel format, plus fix creation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4ab577a..138f87b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -195,6 +195,7 @@ pub enum MouseCursor {
/// Describes a possible format. Unused.
#[allow(missing_docs)]
+#[derive(Debug)]
pub struct PixelFormat {
pub red_bits: u8,
pub green_bits: u8,