diff --git a/vlib/gg/gg.v b/vlib/gg/gg.v index cf815bba9b..4ab0607d61 100644 --- a/vlib/gg/gg.v +++ b/vlib/gg/gg.v @@ -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 {