summaryrefslogtreecommitdiffstats
path: root/devel/yacl/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/yacl/files/patch-af')
-rw-r--r--devel/yacl/files/patch-af20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/yacl/files/patch-af b/devel/yacl/files/patch-af
new file mode 100644
index 0000000..6c735dc
--- /dev/null
+++ b/devel/yacl/files/patch-af
@@ -0,0 +1,20 @@
+--- ui/font.cxx.orig Sun Feb 27 11:49:09 2000
++++ ui/font.cxx Sun Feb 27 11:51:34 2000
+@@ -60,7 +60,7 @@
+ // Local id zero is always in use.
+ #endif
+
+-static const DEFAULT_POINT_SIZE = 11;
++static const int DEFAULT_POINT_SIZE = 11;
+ static const double PTS_PER_INCH = 72.24;
+
+ #if defined (__MS_WINDOWS__) || defined(__MS_WIN32__)
+@@ -217,7 +217,7 @@
+ static XtResource resources[] = {
+ { "font", "Font", XtRString, sizeof (String),
+ XtOffset (Value*, font ),
+- XtRString, "fixed" }
++ XtRString, (void *)"fixed" }
+ };
+ Widget shell = YACLApp()->Controller().RootShell();
+ if (shell)
OpenPOWER on IntegriCloud