aboutsummaryrefslogtreecommitdiffstats
path: root/examples/fullscreen.rs
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-08-07 22:55:54 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-08-07 22:55:54 +0200
commite90f377b9fbab23a140029e71ef57933b266c473 (patch)
treed2bed381d044db5412dbf965c8a4ae17585ff391 /examples/fullscreen.rs
parent90e62083d686ed9c878beb348e9b54853242eab0 (diff)
parent9261408cc8d2ba54ddea0c9ddd43560e03d45bdc (diff)
downloadglutin-e90f377b9fbab23a140029e71ef57933b266c473.tar.gz
glutin-e90f377b9fbab23a140029e71ef57933b266c473.zip
Merge pull request #565 from tomaka/correct-example
Use modern GL code for the examples
Diffstat (limited to 'examples/fullscreen.rs')
-rw-r--r--examples/fullscreen.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/fullscreen.rs b/examples/fullscreen.rs
index 707fd7d..de4c449 100644
--- a/examples/fullscreen.rs
+++ b/examples/fullscreen.rs
@@ -35,7 +35,6 @@ fn main() {
};
let window = glutin::WindowBuilder::new()
- .with_gl_profile(glutin::GlProfile::Compatibility)
.with_title("Hello world!".to_string())
.with_fullscreen(monitor)
.build()