summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-02 21:27:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-02 21:27:17 +0000
commit115f7d2e632ebdd9f9cb30a900a88bba580e02e6 (patch)
tree142ad779e3c944a8b724805e70f2b92712e27ad4 /libvo
parent75bfddd3a2679130bf5d8fe9623a864526200923 (diff)
downloadmpv-115f7d2e632ebdd9f9cb30a900a88bba580e02e6.tar.bz2
mpv-115f7d2e632ebdd9f9cb30a900a88bba580e02e6.tar.xz
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/x11_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 5af4f19ac3..3dd032178c 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -1117,7 +1117,6 @@ void vo_x11_create_vo_window(XVisualInfo *vis, int x, int y,
hint.width = width; hint.height = height;
hint.flags = PPosition | PSize;
XSetStandardProperties(mDisplay, vo_window, title, title, None, NULL, 0, &hint);
- vo_x11_sizehint(x, y, width, height, 0);
if (!vo_border) vo_x11_decoration(mDisplay, vo_window, 0);
// map window
XMapWindow(mDisplay, vo_window);