changeset 30451:99f339fb2fab

Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this
author reimar
date Tue, 02 Feb 2010 21:27:17 +0000
parents 201c9a709547
children fee09b258e8a
files libvo/x11_common.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Tue Feb 02 21:18:21 2010 +0000
+++ b/libvo/x11_common.c	Tue Feb 02 21:27:17 2010 +0000
@@ -1117,7 +1117,6 @@
     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);