-rw-r--r-- | core/launcher/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp index 0b38738..fa4df3c 100644 --- a/core/launcher/main.cpp +++ b/core/launcher/main.cpp | |||
@@ -82,16 +82,17 @@ void initEnvironment() | |||
82 | if ( ( rot = QPEApplication::defaultRotation ( ) ) == 0 ) { | 82 | if ( ( rot = QPEApplication::defaultRotation ( ) ) == 0 ) { |
83 | Config config("qpe"); | 83 | Config config("qpe"); |
84 | config.setGroup( "Rotation" ); | 84 | config.setGroup( "Rotation" ); |
85 | if ( ( rot = config.readNumEntry( "Rot", -1 ) ) == -1 ) | 85 | if ( ( rot = config.readNumEntry( "Rot", -1 ) ) == -1 ) |
86 | rot = ODevice::inst ( )-> rotation ( ) * 90; | 86 | rot = ODevice::inst ( )-> rotation ( ) * 90; |
87 | } | 87 | } |
88 | 88 | ||
89 | setenv("QWS_DISPLAY", QString("Transformed:Rot%1:0").arg(rot), 1); | 89 | setenv("QWS_DISPLAY", QString("Transformed:Rot%1:0").arg(rot), 1); |
90 | QPEApplication::defaultRotation ( ); /* to ensure deforient matches reality */ | ||
90 | } | 91 | } |
91 | 92 | ||
92 | 93 | ||
93 | int initApplication( int argc, char ** argv ) | 94 | int initApplication( int argc, char ** argv ) |
94 | { | 95 | { |
95 | initEnvironment(); | 96 | initEnvironment(); |
96 | 97 | ||
97 | //Don't flicker at startup: | 98 | //Don't flicker at startup: |