From 39d42318508cc86a9468e1672140ff5d9824e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 23 May 2018 21:26:31 +0200 Subject: [PATCH] extern pixelscale in togl --- ng/Togl2.1/togl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/Togl2.1/togl.c b/ng/Togl2.1/togl.c index ee1f16e5..100ef8e1 100644 --- a/ng/Togl2.1/togl.c +++ b/ng/Togl2.1/togl.c @@ -4044,7 +4044,7 @@ Togl_Height(const Togl *togl) return togl->Height; } -int +EXTERN int Togl_PixelScale(const Togl *togl) { return togl->PixelScale;