mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Merge pull request #788 from ozkriff/android_fix_get_pixel_format
android: Fix Window::get_pixel_format
This commit is contained in:
@@ -231,7 +231,7 @@ impl Window {
|
||||
|
||||
#[inline]
|
||||
pub fn get_pixel_format(&self) -> PixelFormat {
|
||||
unimplemented!();
|
||||
self.context.get_pixel_format()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
@@ -289,7 +289,7 @@ impl GlContext for Window {
|
||||
|
||||
#[inline]
|
||||
fn get_pixel_format(&self) -> PixelFormat {
|
||||
self.context.get_pixel_format()
|
||||
self.get_pixel_format()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user