$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_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