summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl2.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 23:09:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-15 23:09:31 +0000
commit8cc27a3561be0db3295c47ca540cb5739b18aa75 (patch)
tree267cb189e8db923679b10ee864625757961062e0 /libvo/vo_gl2.c
parentf5ce35ec8ce6d8283f0bc21499244177af7fa717 (diff)
downloadmpv-8cc27a3561be0db3295c47ca540cb5739b18aa75.tar.bz2
mpv-8cc27a3561be0db3295c47ca540cb5739b18aa75.tar.xz
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27937 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_gl2.c')
-rw-r--r--libvo/vo_gl2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 09d7e23de6..2cb7a72f21 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -670,9 +670,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
if (initGl(vo_dwidth, vo_dheight) == -1)
return -1;
-#ifndef GL_WIN32
- if (vo_ontop) vo_x11_setlayer(mDisplay,vo_window, vo_ontop);
-#endif
return 0;
}