Add WindowDoesNotAcceptFocus flag and use it in xcb
authorJan Arne Petersen <jpetersen@openismus.com>
Fri, 2 Dec 2011 14:20:04 +0000 (15:20 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 12:25:26 +0000 (13:25 +0100)
commit422b6ba9ecf0595da5772afec8c5a0a00983d95d
tree78857a6cb89c114c5a95bd44a356e0f3c18cc7b3
parent8d10d9a444cbb3ad4535444272870c4c71279dba
Add WindowDoesNotAcceptFocus flag and use it in xcb

Add window flag to support windows which should not get the input
focus.

Sets the input field in the WM_HINTS structure of the window to false
if the WindowDoesNotAcceptFocus flag is set on a window in xcb.

Change-Id: Ifbc10695b83484c17dca0eb13ea826d74f174833
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/corelib/global/qnamespace.h
src/corelib/global/qnamespace.qdoc
src/plugins/platforms/xcb/qxcbwindow.cpp
src/plugins/platforms/xcb/qxcbwindow.h