extern pixelscale in togl

This commit is contained in:
Joachim Schöberl 2018-05-23 21:26:31 +02:00
parent b4294caefa
commit 39d4231850

View File

@ -4044,7 +4044,7 @@ Togl_Height(const Togl *togl)
return togl->Height; return togl->Height;
} }
int EXTERN int
Togl_PixelScale(const Togl *togl) Togl_PixelScale(const Togl *togl)
{ {
return togl->PixelScale; return togl->PixelScale;