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