Skip to content

Commit

Permalink
client.Fullscreen bool -> int (hypr 0.42.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Aug 19, 2024
1 parent 1a4f0ba commit 95225b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypr.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type client struct {
Pid int `json:"pid"`
Xwayland bool `json:"xwayland"`
Pinned bool `json:"pinned"`
Fullscreen bool `json:"fullscreen"`
Fullscreen int `json:"fullscreen"`
FullscreenMode int `json:"fullscreenMode"`
FakeFullscreen bool `json:"fakeFullscreen"`
Grouped []interface{} `json:"grouped"`
Expand Down

0 comments on commit 95225b4

Please sign in to comment.