mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Remove #[exprimental] from make_current
This commit is contained in:
@@ -234,7 +234,6 @@ impl Window {
|
|||||||
|
|
||||||
/// Sets the context as the current context.
|
/// Sets the context as the current context.
|
||||||
#[inline]
|
#[inline]
|
||||||
#[experimental]
|
|
||||||
pub unsafe fn make_current(&self) {
|
pub unsafe fn make_current(&self) {
|
||||||
self.window.make_current()
|
self.window.make_current()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user