1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

glfw: make Pos fields public

This commit is contained in:
Alexander Medvednikov 2019-09-01 07:09:18 +03:00
parent c04cca1ae4
commit af5b2e1b3c

View File

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