changeset 35836:74a16459f5e5

Remove explicit setting of vo_ontop. This is already done by vo_x11_create_vo_window(). (see also r27937)
author ib
date Sat, 02 Mar 2013 22:40:40 +0000
parents a8368b5ce078
children 7c37b17a64a5
files libvo/vo_dxr2.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dxr2.c	Sat Mar 02 22:40:12 2013 +0000
+++ b/libvo/vo_dxr2.c	Sat Mar 02 22:40:40 2013 +0000
@@ -719,8 +719,6 @@
     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;