Mercurial > mplayer.hg
changeset 35659:321934456307
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.
author | ib |
---|---|
date | Tue, 15 Jan 2013 18:27:22 +0000 |
parents | d798beebfe71 |
children | 8de55114a330 |
files | gui/wm/ws.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.c Tue Jan 15 12:54:04 2013 +0000 +++ b/gui/wm/ws.c Tue Jan 15 18:27:22 2013 +0000 @@ -479,7 +479,6 @@ 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;