On macOS, add support for Window::set_blur

This commit is contained in:
Kirill Chibisov
2023-10-28 14:22:10 +04:00
parent 821fc63a9c
commit 5dea2a4734
5 changed files with 29 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ extern_methods!(
#[method(frame)]
pub(crate) fn frame(&self) -> NSRect;
#[method(windowNumber)]
pub(crate) fn windowNumber(&self) -> NSInteger;
#[method(backingScaleFactor)]
pub(crate) fn backingScaleFactor(&self) -> CGFloat;