[MPlayer-cvslog] r35930 - trunk/libvo/vo_dxr2.c

ib subversion at mplayerhq.hu
Sat Mar 2 23:40:40 CET 2013


Author: ib
Date: Sat Mar  2 23:40:40 2013
New Revision: 35930

Log:
Remove explicit setting of vo_ontop.

This is already done by vo_x11_create_vo_window().

(see also r27937)

Modified:
   trunk/libvo/vo_dxr2.c

Modified: trunk/libvo/vo_dxr2.c
==============================================================================
--- trunk/libvo/vo_dxr2.c	Sat Mar  2 23:40:12 2013	(r35929)
+++ trunk/libvo/vo_dxr2.c	Sat Mar  2 23:40:40 2013	(r35930)
@@ -719,8 +719,6 @@ static int config(uint32_t s_width, uint
     break;
   }
 
-  if (vo_ontop) vo_x11_setlayer(mDisplay, vo_window, vo_ontop);
-
   // start playing
   if(ioctl(dxr2_fd, DXR2_IOC_PLAY, NULL) == 0) {
     playing = 1;


More information about the MPlayer-cvslog mailing list