mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[AlwaysOnTop] Round corners on Windows 11 (#19109)
* check window corners * draw rounded rectangle * draw rounded corners * switch between rounded and not rounded rects * added enabled corners setting * update corner
This commit is contained in:
4
src/modules/alwaysontop/AlwaysOnTop/WindowCornersUtil.h
Normal file
4
src/modules/alwaysontop/AlwaysOnTop/WindowCornersUtil.h
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace WindowBordersUtils
|
||||
{
|
||||
bool AreCornersRounded(HWND window) noexcept;
|
||||
}
|
||||
Reference in New Issue
Block a user