changeset 35680:eca669983e9a

Don't close the display. The GUI didn't open it but got it as parameter. It will be closed on MPlayer's uninit.
author ib
date Thu, 17 Jan 2013 23:35:53 +0000
parents 23183b261ca9
children 80c5c89f77d6
files gui/wm/ws.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }
 
 /**