1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xevil/files/patch-ab
Jean-Marc Zucconi 7a9b9cd9b9 Upgrade to version 2.02 and change maintainer.
PR:		ports/23533
Submitted by:	Göran Runfeldt <goranrunfeldt@home.se>
2000-12-21 19:00:48 +00:00

12 lines
462 B
Plaintext

--- 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]) {