mirror of
https://github.com/mpv-player/mpv
synced 2025-03-29 15:00:27 +00:00
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
This commit is contained in:
parent
c9614cb422
commit
e5e820981f
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user