[MPlayer-dev-eng] PATCH: small bug in vo_xmga.c uninit

Attila Kinali kinali at gmx.net
Tue Sep 18 09:37:29 CEST 2001


Hi,

I found a little bug in uninit of vo_xmga.
It didnt close the windows when playing more then one file.

---schnipp---
--- vo_xmga.c.orig      Tue Sep 18 09:27:24 2001
+++ vo_xmga.c   Tue Sep 18 09:27:37 2001
@@ -348,6 +348,6 @@
 #endif
   saver_on(mDisplay);
  mga_uninit();
- XClearWindow( mDisplay,mWindow );
+ XDestroyWindow( mDisplay,mWindow );
  printf("vo: uninit!\n");
 }
---schnapp---

		Attila Kinali

-- 
Man who sink into womans arms soon have arms in womans sink.



More information about the MPlayer-dev-eng mailing list