glfw: make two structs public
parent
9c5abd575f
commit
9cddf22fff
vlib/glfw
|
@ -71,13 +71,13 @@ pub struct Window {
|
|||
my int
|
||||
}
|
||||
|
||||
struct Size {
|
||||
pub struct Size {
|
||||
pub:
|
||||
width int
|
||||
height int
|
||||
}
|
||||
|
||||
struct Pos {
|
||||
pub struct Pos {
|
||||
pub:
|
||||
x int
|
||||
y int
|
||||
|
|
Loading…
Reference in New Issue