mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
10 lines
271 B
C
10 lines
271 B
C
--- libplot/imagen/imp.h.orig 2020-08-28 11:01:25 UTC
|
|
+++ libplot/imagen/imp.h
|
|
@@ -13,6 +13,6 @@ extern float botx;
|
|
extern float oboty;
|
|
extern float scalex;
|
|
extern float scaley;
|
|
-int imPx, imPy;
|
|
+extern int imPx, imPy;
|
|
extern int imPcsize;
|
|
extern char *imP_charset;
|