pkgsrc/multimedia/dvdview/patches/patch-aa
2020-04-17 13:34:47 +00:00

16 lines
437 B
Text

$NetBSD: patch-aa,v 1.2 2020/04/17 13:34:47 joerg Exp $
--- src/guis/shell/main_shell.cc.orig 2002-11-11 00:20:24.000000000 +0000
+++ src/guis/shell/main_shell.cc
@@ -463,9 +463,11 @@ void start_GUI_shell(int argc,char** arg
#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