mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
5 lines
124 B
C++
5 lines
124 B
C++
namespace WindowCornerUtils
|
|
{
|
|
int CornerPreference(HWND window) noexcept;
|
|
int CornersRadius(HWND window) noexcept;
|
|
} |