mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
Changed is_fullscreen to monitor.is_some()
This commit is contained in:
@@ -1426,6 +1426,7 @@ extern "C" {
|
||||
pub fn glXSwapBuffers(dpy: *mut Display, drawable: GLXDrawable);
|
||||
|
||||
pub fn XkbSetDetectableAutoRepeat(dpy: *mut Display, detectable: bool, supported_rtm: *mut bool) -> bool;
|
||||
|
||||
pub fn XF86VidModeSwitchToMode(dpy: *mut Display, screen: libc::c_int,
|
||||
modeline: *mut XF86VidModeModeInfo) -> Bool;
|
||||
pub fn XF86VidModeSetViewPort(dpy: *mut Display, screen: libc::c_int,
|
||||
|
||||
Reference in New Issue
Block a user