From 24b263cf87603da0e3c1ebb1e3c3f500d920ce75 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 5 Jun 2020 08:48:31 +0300 Subject: [PATCH] vid: bring back scale field to gg.Config, fixes vid compilation --- vlib/gg/gg.v | 1 + 1 file changed, 1 insertion(+) 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 {