glfw: make Pos fields public
parent
c04cca1ae4
commit
af5b2e1b3c
|
@ -69,6 +69,7 @@ pub:
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Pos {
|
struct Pos {
|
||||||
|
pub:
|
||||||
x int
|
x int
|
||||||
y int
|
y int
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue