[MPlayer-cvslog] r33524 - trunk/libvo/x11_common.c

iive subversion at mplayerhq.hu
Mon May 30 01:06:01 CEST 2011


Author: iive
Date: Mon May 30 01:05:57 2011
New Revision: 33524

Log:
Remove useles XSetBackground() call right before freeing the graphic context.

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Mon May 30 01:00:14 2011	(r33523)
+++ trunk/libvo/x11_common.c	Mon May 30 01:05:57 2011	(r33524)
@@ -763,7 +763,6 @@ void vo_x11_uninit(void)
     {
         if (vo_gc != None)
         {
-            XSetBackground(mDisplay, vo_gc, 0);
             XFreeGC(mDisplay, vo_gc);
             vo_gc = None;
         }


More information about the MPlayer-cvslog mailing list