Don't call ::constrain() in setFullScreen(true), because many
commite5bf7261d79973d27679f07847942d597f346f30
authorbradleyhughes <bradleyhughes>
Mon, 18 Apr 2005 08:46:53 +0000 (18 08:46 +0000)
committerbradleyhughes <bradleyhughes>
Mon, 18 Apr 2005 08:46:53 +0000 (18 08:46 +0000)
tree9f7754dc8d1c7af0563bf449ec806cabe031496a
parent82204ed1fab46a04b69b898f9c9d89e1f6b457ea
Don't call ::constrain() in setFullScreen(true), because many
applications specify a either max-size, aspect-ratio, or some other
hint that simply doesn't allow the window to cover the entire screen.
Let's try to be smarter than such applications and simply cover the
entire screen (since this is probably what they expect and want).
src/Window.cc