mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-21 04:49:52 +02:00
fix windows window issues
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface NativeWindowChromeAPI {
|
||||
// Strips the visible native frame/shadow from a frameless WS_THICKFRAME window
|
||||
// while preserving native snapping and edge resize. Returns false if the handle
|
||||
// was invalid or the subclass could not be installed. Windows-only; a no-op
|
||||
// elsewhere.
|
||||
applyFlatFrame: (nativeWindowHandle: Buffer) => boolean
|
||||
}
|
||||
Reference in New Issue
Block a user