$NetBSD: patch-aa,v 1.3 2003/02/13 19:04:48 drochner Exp $ --- src/guis/shell/main_shell.cc.orig Tue Feb 4 13:01:17 2003 +++ src/guis/shell/main_shell.cc Tue Feb 4 13:07:30 2003 @@ -463,8 +463,10 @@ #if HAVE_X11 outputobject = &videosink_x11; +#if 0 if (!default_x11server.AskDisplay()) { cerr << "Cannot open display.\n"; throw "no display"; } +#endif #endif resizer = &pp_resize; #endif