forked from github_mirror/framelesshelper
Update README
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
a183a6d4a1
commit
54798e2f73
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue