From e5e820981f0103abc37cfca4a1b704ffaac48f69 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 5 Jan 2007 11:57:06 +0000 Subject: Do not abort on X11 errors, most are not at all fatal. Makes -vo x11 work over non-trusted ssh X11 forwarding. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21826 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 932e546873..78db568eb5 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -208,7 +208,7 @@ static int x11_errorhandler(Display * display, XErrorEvent * event) "Error code: %x, request code: %x, minor code: %x\n", event->error_code, event->request_code, event->minor_code); - abort(); +// abort(); //exit_player("X11 error"); #undef MSGLEN } -- cgit v1.2.3