[MPlayer-dev-eng] -wid changes?

Markus J.R. mplayer-dev-eng@mplayerhq.hu
Mon, 10 Jun 2002 00:22:47 +0200


This is a multi-part message in MIME format.
--------------090802020801010200040703
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Felix Buenemann wrote:

>On Sunday 09 June 2002 22:46, Markus J.R. wrote:
>
>>diff (vo_xv.c - vo_xv-patched.c)
>>
>>432a433
>> >       XMapWindow(mDisplay,vo_window);
>>
>please read DOCS/tech/patches.txt
>
done...
this patch will fix the -wid feature

Markus Rechberger

--------------090802020801010200040703
Content-Type: text/plain;
 name="patch.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch.diff"

? patch.diff
? vo_xv-old.c
Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.96
diff -u -r1.96 vo_xv.c
--- vo_xv.c	7 Jun 2002 22:39:31 -0000	1.96
+++ vo_xv.c	9 Jun 2002 22:32:03 -0000
@@ -429,6 +429,7 @@
         XUnmapWindow( mDisplay,vo_window );
         XChangeWindowAttributes( mDisplay,vo_window,xswamask,&xswa );
 	XSelectInput( mDisplay,vo_window,StructureNotifyMask | KeyPressMask | PropertyChangeMask | PointerMotionMask | ButtonPressMask | ButtonReleaseMask | ExposureMask );
+        XMapWindow( mDisplay,vo_window );
        } else { drwX=vo_dx; drwY=vo_dy; }
     } else 
        {

--------------090802020801010200040703--