[MPlayer-cvslog] r30493 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Tue Feb 2 22:27:17 CET 2010


Author: reimar
Date: Tue Feb  2 22:27:17 2010
New Revision: 30493

Log:
Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls this

Modified:
   trunk/libvo/x11_common.c

Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	Tue Feb  2 22:18:21 2010	(r30492)
+++ trunk/libvo/x11_common.c	Tue Feb  2 22:27:17 2010	(r30493)
@@ -1117,7 +1117,6 @@ void vo_x11_create_vo_window(XVisualInfo
     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);


More information about the MPlayer-cvslog mailing list