Make the window active in eglfs and minimal plaform plugins.
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Fri, 14 Oct 2011 07:35:44 +0000 (10:35 +0300)
committerQt by Nokia <qt-info@nokia.com>
Fri, 14 Oct 2011 17:42:17 +0000 (19:42 +0200)
commitbe1e6d17b919ea89c02bf37a12465c8d27f1380b
tree15782bde92a916b87e4a3ecc45888b167ec60152
parentcfb2f5fdd1e358a855dd2dfca82390bf02079528
Make the window active in eglfs and minimal plaform plugins.

Without a call to QWindowSystemInterface::handleWindowActivated() or
QPlatformWindow::requestWindowActivated() QGuiApplication's
activeWindow() and focusWindow() will return 0 all the time, and this
breaks key event delivery when key events are received not from a
windowing system but directly from e.g. evdev. In such cases the only
choice is to send the event to the active window but if there isn't
one the event will be lost.

These platforms will have one fullscreen window at a time so marking
it the active one should be a safe assumption.

Change-Id: Ia6f0e9f021fbd61bbd368ddc46f8a13fccda1c2f
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/plugins/platforms/eglfs/qeglfsintegration.cpp
src/plugins/platforms/minimal/qminimalintegration.cpp