mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
Fix warnings (#1530)
This commit is contained in:
parent
28023d9f5b
commit
0bc58f695b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ impl Default for PlatformSpecificWindowBuilderAttributes {
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
pub static ref X11_BACKEND: Mutex<Result<Arc<XConnection>, XNotSupported>> =
|
pub static ref X11_BACKEND: Mutex<Result<Arc<XConnection>, XNotSupported>> =
|
||||||
{ Mutex::new(XConnection::new(Some(x_error_callback)).map(Arc::new)) };
|
Mutex::new(XConnection::new(Some(x_error_callback)).map(Arc::new));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue