Better setWindowFlags() support in XCB window.
authorSamuel Rødal <samuel.rodal@nokia.com>
Thu, 19 May 2011 08:51:34 +0000 (10:51 +0200)
committerSamuel Rødal <samuel.rodal@nokia.com>
Thu, 19 May 2011 08:53:30 +0000 (10:53 +0200)
commitea7277690d9f4a7c4e10f3d3b7a2bef46d6878c2
tree620b3d1acc7f8d5855f84248635d9a43f5e57476
parente0e696dd05fbe329044879cf560fe26330edf7bd
Better setWindowFlags() support in XCB window.

We need to re-create the native window in setParent, as used to be done
in QWidgetPrivate::setParent_sys in qwidget_x11.cpp.
src/gui/kernel/qwindow.cpp
src/plugins/platforms/xcb/qxcbscreen.cpp
src/plugins/platforms/xcb/qxcbscreen.h
src/plugins/platforms/xcb/qxcbwindow.cpp
src/plugins/platforms/xcb/qxcbwindow.h
src/widgets/kernel/qwidget_qpa.cpp