pkgsrc/multimedia/dvdview/patches/patch-aa

15 lines
410 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2006/04/13 20:15:50 wiz 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