This commit is contained in:
amrbashir
2022-11-08 23:26:04 +02:00
parent e8acf8b9ec
commit 0cf61152ce

View File

@@ -585,7 +585,7 @@ impl Window {
x11_or_wayland!(match self; Window(window) => window.raw_display_handle())
}
#[inlnie]
#[inline]
pub fn set_theme(&self, theme: Theme) {
x11_or_wayland!(match self; Window(window) => window.set_theme())
}