[MPlayer-cvslog] r35753 - trunk/gui/wm/ws.c

ib subversion at mplayerhq.hu
Tue Jan 15 19:27:23 CET 2013


Author: ib
Date: Tue Jan 15 19:27:22 2013
New Revision: 35753

Log:
Remove confusing comment.

At least IceWM nicely shows the size of the video as window size that
way, and with width/height it would show 0/0 as window size which is
neither natural nor preferable.

Modified:
   trunk/gui/wm/ws.c

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Tue Jan 15 13:54:04 2013	(r35752)
+++ trunk/gui/wm/ws.c	Tue Jan 15 19:27:22 2013	(r35753)
@@ -479,7 +479,6 @@ static void wsSizeHint(wsWindow *win)
         win->SizeHint.max_aspect.y = win->Height;
     }
 
-    /* fluxbox e.g. is said to be unable to handle the (more natural) values width/height */
     win->SizeHint.flags      |= PBaseSize;
     win->SizeHint.base_width  = 0;
     win->SizeHint.base_height = 0;


More information about the MPlayer-cvslog mailing list