Mercurial > mplayer.hg
changeset 31314:c69ecf7d80a4
Gui: Do not just exit on X error, just ignoring problems is already
a vastly better solution.
author | reimar |
---|---|
date | Sun, 13 Jun 2010 11:51:41 +0000 |
parents | b080b729c958 |
children | ad274a5b093b |
files | gui/wm/ws.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Sun Jun 13 11:38:18 2010 +0000 +++ b/gui/wm/ws.c Sun Jun 13 11:51:41 2010 +0000 @@ -189,7 +189,7 @@ fprintf(stderr,"[ws] Request code: %d\n",Event->request_code ); fprintf(stderr,"[ws] Minor code: %d\n",Event->minor_code ); fprintf(stderr,"[ws] Modules: %s\n",current_module?current_module:"(NULL)" ); - exit( 0 ); + return 0; } void wsXInit( void* mDisplay )