summaryrefslogtreecommitdiff
path: root/multimedia/dvdview/patches/patch-aa
blob: 2ed8364c162e47109015e0725367478fca322686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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