add per-pane display ownership
This commit is contained in:
@@ -108,13 +108,17 @@ type Chrome struct {
|
||||
}
|
||||
|
||||
type PaneSnapshot struct {
|
||||
PaneID string `json:"pane_id"`
|
||||
Bytes []byte `json:"bytes"`
|
||||
PaneID string `json:"pane_id"`
|
||||
Bytes []byte `json:"bytes"`
|
||||
Size Size `json:"size,omitempty"`
|
||||
DisplayOwner bool `json:"display_owner,omitempty"`
|
||||
}
|
||||
|
||||
type PaneChunk struct {
|
||||
PaneID string `json:"pane_id"`
|
||||
Bytes []byte `json:"bytes"`
|
||||
PaneID string `json:"pane_id"`
|
||||
Bytes []byte `json:"bytes"`
|
||||
Size Size `json:"size,omitempty"`
|
||||
DisplayOwner bool `json:"display_owner,omitempty"`
|
||||
}
|
||||
|
||||
type LifecycleKind string
|
||||
|
||||
Reference in New Issue
Block a user