summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/xevil/files/patch-ab')
-rw-r--r--games/xevil/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xevil/files/patch-ab b/games/xevil/files/patch-ab
new file mode 100644
index 000000000000..4afdb165a17d
--- /dev/null
+++ b/games/xevil/files/patch-ab
@@ -0,0 +1,11 @@
+--- x11/ui.cpp~ Wed Jan 19 12:54:14 2000
++++ x11/ui.cpp Thu Dec 21 19:41:38 2000
+@@ -1322,7 +1322,7 @@
+
+ // Get font. Use user-specified font if given.
+ // regular size font.
+- char *theFont = fontName ? fontName : DEFAULT_FONT_NAME;
++ const char *theFont = fontName ? fontName : DEFAULT_FONT_NAME;
+ xvars.font[xvars.dpyMax] =
+ XLoadQueryFont(xvars.dpy[xvars.dpyMax],theFont);
+ if (!xvars.font[xvars.dpyMax]) {