shithub: sce

Download patch

ref: bda2b5e7352b706c816ddd6ce0264e4546df77df
parent: 4d6260758d819fbf8653cd4e1e2d99d613004889
author: qwx <qwx@sciops.net>
date: Thu Mar 12 18:22:20 EDT 2020

drw: fix invalid default scale

--- a/drw.c
+++ b/drw.c
@@ -4,7 +4,7 @@
 #include "dat.h"
 #include "fns.h"
 
-int scale;
+int scale = 1;
 Point p0, pan;
 
 static int fbsz, fbh, fbw;