[MPlayer-cvslog] r35774 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Fri Jan 18 00:35:54 CET 2013


Author: ib
Date: Fri Jan 18 00:35:53 2013
New Revision: 35774

Log:
Don't close the display.

The GUI didn't open it but got it as parameter.
It will be closed on MPlayer's uninit.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Thu Jan 17 19:01:06 2013	(r35773)
+++ trunk/gui/wm/ws.c	Fri Jan 18 00:35:53 2013	(r35774)
@@ -379,7 +379,7 @@ void wsXInit(Display *display)
 
 void wsXDone(void)
 {
-    XCloseDisplay(wsDisplay);
+    //XCloseDisplay(wsDisplay);
 }
 
 /**


More information about the MPlayer-cvslog mailing list