# HG changeset patch # User ib # Date 1358274442 0 # Node ID 32193445630749396ed8d16ef5f0eb56624ca87f # Parent d798beebfe71fdf97d53cf78494baee8bf89327f 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. diff -r d798beebfe71 -r 321934456307 gui/wm/ws.c --- 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;