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

vid: bring back scale field to gg.Config, fixes vid compilation

This commit is contained in:
Delyan Angelov 2020-06-05 08:48:31 +03:00
parent 2237968ec1
commit 24b263cf87

View File

@ -38,6 +38,7 @@ pub:
wait_events bool // set this to true for UIs, to save power
font_path string
fullscreen bool
scale f32 = 1.0 // vid needs this
}
pub struct Context {