mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
typo
This commit is contained in:
@@ -585,7 +585,7 @@ impl Window {
|
|||||||
x11_or_wayland!(match self; Window(window) => window.raw_display_handle())
|
x11_or_wayland!(match self; Window(window) => window.raw_display_handle())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inlnie]
|
#[inline]
|
||||||
pub fn set_theme(&self, theme: Theme) {
|
pub fn set_theme(&self, theme: Theme) {
|
||||||
x11_or_wayland!(match self; Window(window) => window.set_theme())
|
x11_or_wayland!(match self; Window(window) => window.set_theme())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user