You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/ttf2pk2/files/ttf2pk2-2.0_p20190410-fno-c...

22 lines
266 B

--- a/pklib.c
+++ b/pklib.c
@@ -64,8 +64,6 @@
#define PK_POST (char)245
#define PK_NOP (char)246
-int dpi;
-
FILE *pk_file;
--- a/pklib.h
+++ b/pklib.h
@@ -13,6 +13,7 @@
typedef unsigned char byte;
+extern int dpi;
void TFMopen(char **filename);