# HG changeset patch # User ib # Date 1358465753 0 # Node ID eca669983e9ab2ac2b2ab6a74ae1b662069d8b40 # Parent 23183b261ca966e7f9af63087fa72c995721258d Don't close the display. The GUI didn't open it but got it as parameter. It will be closed on MPlayer's uninit. diff -r 23183b261ca9 -r eca669983e9a gui/wm/ws.c --- a/gui/wm/ws.c Thu Jan 17 18:01:06 2013 +0000 +++ b/gui/wm/ws.c Thu Jan 17 23:35:53 2013 +0000 @@ -379,7 +379,7 @@ void wsXDone(void) { - XCloseDisplay(wsDisplay); + //XCloseDisplay(wsDisplay); } /**