glfw: make Pos fields public

pull/1813/head
Alexander Medvednikov 2019-09-01 07:09:18 +03:00
parent c04cca1ae4
commit af5b2e1b3c
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ pub:
}
struct Pos {
pub:
x int
y int
}