summaryrefslogtreecommitdiff
path: root/games/nethack-x11/patches/patch-aa
blob: 82d62c8fa5de9bb5cadabc676d515a871d0e659a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-aa,v 1.3 2000/08/10 17:50:09 pooka Exp $

--- include/config.h.orig	Sat Jul 22 04:13:51 2000
+++ include/config.h	Thu Aug 10 19:25:21 2000
@@ -42,8 +42,8 @@
  * Define all of those you want supported in your binary.
  * Some combinations make no sense.  See the installation document.
  */
-#define TTY_GRAPHICS	/* good old tty based graphics */
-/* #define X11_GRAPHICS */	/* X11 interface */
+/* #define TTY_GRAPHICS	/* good old tty based graphics */
+#define X11_GRAPHICS */	/* X11 interface */
 /* #define QT_GRAPHICS */	/* Qt interface */
 /* #define GNOME_GRAPHICS */	/* Gnome interface */
 
@@ -98,7 +98,7 @@
 #endif
 
 #ifndef DEFAULT_WINDOW_SYS
-# define DEFAULT_WINDOW_SYS "tty"
+# define DEFAULT_WINDOW_SYS "x11"
 #endif
 
 #ifdef X11_GRAPHICS
@@ -110,7 +110,7 @@
  * would allow:
  *  xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm
  */
-/* # define USE_XPM */		/* Disable if you do not have the XPM library */
+# define USE_XPM		/* Disable if you do not have the XPM library */
 # ifdef USE_XPM
 #  define GRAPHIC_TOMBSTONE	/* Use graphical tombstone (rip.xpm) */
 # endif