Skip to content

Commit

Permalink
fmt: gg.c.v
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Oates committed Dec 31, 2024
1 parent 5a7f668 commit f4b7c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/gg/gg.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ pub fn screen_size() Size {
display := C.XOpenDisplay(0)
screen := C.DefaultScreen(display)
return Size{
width: C.DisplayWidth(display, screen)
width: C.DisplayWidth(display, screen)
height: C.DisplayHeight(display, screen)
}
}
Expand Down

0 comments on commit f4b7c38

Please sign in to comment.