removed fakefullscreen

This commit is contained in:
Milarin 2024-08-15 12:42:58 +02:00
parent 3503da411f
commit 62341d584a

View File

@ -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"`