Introduced QWindow::isExposed().
authorGunnar Sletta <gunnar.sletta@nokia.com>
Fri, 17 Feb 2012 10:30:56 +0000 (11:30 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sat, 18 Feb 2012 19:45:23 +0000 (20:45 +0100)
commit2e4d8f67a871f2033abeb08cf94d8a31a14ad1cc
tree085f41995e906b8624adf3f1d455863f2edb1c45
parent466107107a85e7211c4b7f77b36ec50625657061
Introduced QWindow::isExposed().

The visible property along with show/hideEvent tracks the
windows visibility from the application perspective and is
really a request. The exposeEvent() along with the isExposed()
accessor is used to notify the application of the actual
state of the window in the windowing system.

Change-Id: I7f5b7ed74a168e34aaa21ce0ae9042ddfb0bf6d8
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/kernel/qplatformwindow_qpa.cpp
src/gui/kernel/qplatformwindow_qpa.h
src/gui/kernel/qwindow.cpp
src/gui/kernel/qwindow.h
src/plugins/platforms/windows/qwindowswindow.cpp