From 8249e545f8d582cc3a99ddab3ab7c998c152cb3a Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sun, 26 Oct 2014 10:32:51 +0100 Subject: Add `with_vsync` to WindowBuilder, plus the win32 implementation --- src/win32/ffi.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/win32/ffi.rs') diff --git a/src/win32/ffi.rs b/src/win32/ffi.rs index 317935d..71f8d55 100644 --- a/src/win32/ffi.rs +++ b/src/win32/ffi.rs @@ -23,7 +23,8 @@ pub mod wgl_extra { version: "1.0", generator: "struct", extensions: [ - "WGL_ARB_create_context" + "WGL_ARB_create_context", + "WGL_EXT_swap_control" ] } } -- cgit v1.2.3