mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-20 20:39:59 +02:00
fix wayland bugs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export type WindowDisplayServer = 'other' | 'x11' | 'wayland' | 'unknown'
|
||||
|
||||
export interface WindowCapabilities {
|
||||
displayServer: WindowDisplayServer
|
||||
useNativeDragRegions: boolean
|
||||
supportsProgrammaticReposition: boolean
|
||||
supportsGeometryPersistence: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user