mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-15 15:50:59 +02:00
10 lines
393 B
C
10 lines
393 B
C
#pragma once
|
|
|
|
#include <napi.h>
|
|
|
|
// Registers the `windowChrome` export. On Windows it exposes `applyFlatFrame`,
|
|
// which strips the visible native frame/shadow from a frameless WS_THICKFRAME
|
|
// window while preserving native Aero Snap and edge resize. On other platforms
|
|
// it registers a no-op so the JS surface stays uniform.
|
|
void RegisterWindowChrome(Napi::Env env, Napi::Object exports);
|