summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qapplication_s60.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp
index 38947e1..e22b8c9 100644
--- a/src/gui/kernel/qapplication_s60.cpp
+++ b/src/gui/kernel/qapplication_s60.cpp
@@ -1946,6 +1946,13 @@ void qt_init(QApplicationPrivate * /* priv */, int)
TSecureId securId = me.SecureId();
S60->uid = securId.operator TUid();
+ // Notify uiaccelerator, that we are qt application. This info is used for
+ // decision making how startup effects are shown.
+ GfxTransEffect::BeginFullScreen(AknTransEffect::ENone,
+ TRect(0, 0, 0, 0),
+ AknTransEffect::EParameterAvkonInternal,
+ AknTransEffect::GfxTransParam(S60->uid, KQtAppExitFlag));
+
// enable focus events - used to re-enable mouse after focus changed between mouse and non mouse app,
// and for dimming behind modal windows
S60->windowGroup().EnableFocusChangeEvents();