mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[AlwaysOnTop] Corners scaling (#20352)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
namespace WindowBordersUtils
|
||||
namespace WindowCornerUtils
|
||||
{
|
||||
bool AreCornersRounded(HWND window) noexcept;
|
||||
int CornerPreference(HWND window) noexcept;
|
||||
int CornersRadius(HWND window) noexcept;
|
||||
}
|
||||
Reference in New Issue
Block a user