mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
fix linux build
This commit is contained in:
@@ -587,7 +587,7 @@ impl Window {
|
|||||||
|
|
||||||
#[inline]
|
#[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(theme))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
|
|||||||
Reference in New Issue
Block a user