openbsd-ports/games/slash/patches/patch-win_X11_winX_c
espie f9fa1eecc8 Repair slash port.
- base on nethack 3.2.2, bump to 3.3.0 will have to wait (probably better
to port slash'em instead),
- use hackdata to avoid conflicts with nethack,
- proper packaging,
- x11/no x11 flavor,
- install recover,
- change manpages to differentiate from nethack,
- grab enough TERMINFO to handle color correctly (from nethack 3.3.0)
2000-04-16 21:18:59 +00:00

13 lines
556 B
Plaintext

$OpenBSD: patch-win_X11_winX_c,v 1.1 2000/04/16 21:19:08 espie Exp $
--- win/X11/winX.c.orig Tue Jun 18 00:35:23 1996
+++ win/X11/winX.c Fri Apr 14 15:10:49 2000
@@ -921,7 +921,7 @@ char** argv;
XtSetArg(args[num_args], XtNallowShellResize, True); num_args++;
toplevel = XtAppInitialize(
&app_context,
- "NetHack", /* application class */
+ "Slash", /* application class */
(XrmOptionDescList)0, 0, /* options list */
argcp, (String *)argv, /* command line args */
(String *)0, /* fallback resources */