Do not override redirect by default (X11).
authorPyry Haulos <phaulos@google.com>
Wed, 29 Oct 2014 00:02:39 +0000 (17:02 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 29 Oct 2014 00:02:39 +0000 (17:02 -0700)
commitc619a50aec93ac104255a25b222ff6b809984a5e
tree05de512bd6b220b7b7f9b0f49a22cd71e910fe40
parent61b9aa7e495747307a101e9a924bd611ff7ab7a8
Do not override redirect by default (X11).

If X11 window redirect is enabled, window size can't be guaranteed
and it is up to the window manager to decide whether to honor sizing
requests. However, overriding that causes window to appear as an
overlay, which causes other issues, so this is disabled by default.

Change-Id: Ifec73c5f14058ff28609b6e1d3710e9b5b6a8e54
framework/platform/X11/tcuX11.cpp