fix linux build

This commit is contained in:
amrbashir
2022-11-08 23:44:37 +02:00
parent 0cf61152ce
commit 0fc16329ad

View File

@@ -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]