mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
maximized/fullscreen as noops for other platforms
This commit is contained in:
@@ -94,7 +94,7 @@ use self::ffi::{
|
||||
|
||||
static mut jmpbuf: [c_int;27] = [0;27];
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub struct MonitorId;
|
||||
|
||||
pub struct Window {
|
||||
@@ -449,6 +449,13 @@ impl Window {
|
||||
WindowProxy
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn set_maximized(&self, maximized: bool) {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn set_fullscreen_windowed(&self, fullscreen: bool) {
|
||||
}
|
||||
}
|
||||
|
||||
impl WindowProxy {
|
||||
|
||||
Reference in New Issue
Block a user