Skip to content

Commit

Permalink
Add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 14, 2024
1 parent 6458c7b commit 981bb1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (*Desktop) ContentBoundsPixels(_ *fynedesk.Screen) (x, y, w, h uint32) {
return 0, 0, 320, 240
}

// RootSizePixels returns the total number of pixels required to fit all the screens
func (*Desktop) RootSizePixels() (w, h uint32) {
return 320, 240
}
Expand Down

0 comments on commit 981bb1f

Please sign in to comment.