changeset 33436:3c93e23b8093

Remove useles XSetBackground() call right before freeing the graphic context.
author iive
date Sun, 29 May 2011 23:05:57 +0000
parents f7a492ac8d30
children 5b1120ddd033
files libvo/x11_common.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun May 29 23:00:14 2011 +0000
+++ b/libvo/x11_common.c	Sun May 29 23:05:57 2011 +0000
@@ -763,7 +763,6 @@
     {
         if (vo_gc != None)
         {
-            XSetBackground(mDisplay, vo_gc, 0);
             XFreeGC(mDisplay, vo_gc);
             vo_gc = None;
         }