From 54798e2f735cb02e1dc05aec19a217a0826834bc Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Wed, 10 Mar 2021 14:32:45 +0800 Subject: [PATCH] Update README Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- README.md | 2 +- README_unix.md | 3 ++- README_win32.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17c602f..eff4487 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you are using part of or all the code from this repository in your own projec - Won't cover the task bar when maximized (Win32 only). - Won't block the auto-hide task bar when maximized (Win32 only). - No flickers when resizing. -- Support the Acrylic Effect. +- Support cross-platform blur effect inspired by [Microsoft's Acrylic blur](https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic). ## Usage diff --git a/README_unix.md b/README_unix.md index 5b4c9f7..8a8b97e 100644 --- a/README_unix.md +++ b/README_unix.md @@ -9,7 +9,8 @@ TODO - Frameless (of course!). - Draggable. - Resizable. -- Cross-platform: Windows, X11, Wayland, macOS (however, it doesn't look good on Windows, so you may want to try [`WinNativeEventFilter`](/winnativeeventfilter.h) instead). +- Cross-platform: Windows, X11, Wayland, macOS (however, it doesn't look good on Windows, so you may want to try [`FramelessHelperWin`](/framelesshelper_win32.h) instead). +- Support blur effect inspired by [Microsoft's Acrylic blur](https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic). As for the frame shadow and other window features, they mainly depend on your window manager. diff --git a/README_win32.md b/README_win32.md index 2b04f3b..d25e30d 100644 --- a/README_win32.md +++ b/README_win32.md @@ -15,7 +15,7 @@ - Won't cover the task bar when maximized. - Won't block the auto-hide task bar when maximized. - No flickers when resizing. -- Support the Acrylic Effect. +- Support blur effect inspired by [Microsoft's Acrylic blur](https://docs.microsoft.com/en-us/windows/uwp/design/style/acrylic). ## Usage