removed fakefullscreen
This commit is contained in:
parent
3503da411f
commit
62341d584a
@ -20,7 +20,6 @@ type Window struct {
|
|||||||
Pinned bool `json:"pinned"`
|
Pinned bool `json:"pinned"`
|
||||||
Fullscreen FullscreenState `json:"fullscreen"`
|
Fullscreen FullscreenState `json:"fullscreen"`
|
||||||
FullscreenClient FullscreenState `json:"fullscreenClient"`
|
FullscreenClient FullscreenState `json:"fullscreenClient"`
|
||||||
FakeFullscreen bool `json:"fakeFullscreen"`
|
|
||||||
Grouped []interface{} `json:"grouped"` // TODO
|
Grouped []interface{} `json:"grouped"` // TODO
|
||||||
Swallowing string `json:"swallowing"`
|
Swallowing string `json:"swallowing"`
|
||||||
FocusHistoryID int `json:"focusHistoryID"`
|
FocusHistoryID int `json:"focusHistoryID"`
|
||||||
|
Loading…
Reference in New Issue
Block a user