x11: Keep the window from stealing input.
authorEric Anholt <eanholt@broadcom.com>
Thu, 12 Apr 2018 21:59:32 +0000 (14:59 -0700)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 9 Aug 2018 14:01:33 +0000 (10:01 -0400)
commit443968cb223f8e7b43a8e9fb7965da5e37678519
tree9c184093c7ad57325c953cb37adfa3e27d2d310a
parent9a5be0a660ea73f6c57efd77dff1219ec4e35bf3
x11: Keep the window from stealing input.

When debugging on an X11 desktop and doing repeated runs, it's
unpleasant to have input focus stolen by a series of transient windows
being created.

Components: Framework
Affects: *
VK-GL-CTS issue: 1282
Change-Id: I7bc8e9587e71ac9ebfab726c3926c432b2f04f01
framework/platform/lnx/X11/tcuLnxX11.cpp