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

vlib/examples: fix gl/glfw/gg examples. rename init functions

This commit is contained in:
joe-conigliaro
2019-10-12 14:03:15 +11:00
committed by Alexander Medvednikov
parent b107b4f1e5
commit dd053d79b0
5 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ struct Context {
fn main() {
os.clear()
glfw.init()
glfw.init_glfw()
ctx:= &Context{
gg: gg.new_context(gg.Cfg {
width: Size