changeset 21808:eaf6ed9cb5ab

Do not abort on X11 errors, most are not at all fatal. Makes -vo x11 work over non-trusted ssh X11 forwarding.
author reimar
date Fri, 05 Jan 2007 11:57:06 +0000
parents 46462e15ea55
children 2c473e083c70
files libvo/x11_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Fri Jan 05 10:05:05 2007 +0000
+++ b/libvo/x11_common.c	Fri Jan 05 11:57:06 2007 +0000
@@ -208,7 +208,7 @@
            "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
 }