mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
glfw: make two structs public
This commit is contained in:
parent
9c5abd575f
commit
9cddf22fff
@ -71,13 +71,13 @@ pub struct Window {
|
|||||||
my int
|
my int
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Size {
|
pub struct Size {
|
||||||
pub:
|
pub:
|
||||||
width int
|
width int
|
||||||
height int
|
height int
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Pos {
|
pub struct Pos {
|
||||||
pub:
|
pub:
|
||||||
x int
|
x int
|
||||||
y int
|
y int
|
||||||
|
Loading…
Reference in New Issue
Block a user