summaryrefslogtreecommitdiff
path: root/core
authorsandman <sandman>2002-08-28 23:01:58 (UTC)
committer sandman <sandman>2002-08-28 23:01:58 (UTC)
commit42e4592219600d6919c93dec82635e2b64382b37 (patch) (unidiff)
tree1201ccb206b2b4176c0886a85093e6ff40cc3cbf /core
parentc46685713eb4ef4bfd0a9dcb7eb53b883704a759 (diff)
downloadopie-42e4592219600d6919c93dec82635e2b64382b37.zip
opie-42e4592219600d6919c93dec82635e2b64382b37.tar.gz
opie-42e4592219600d6919c93dec82635e2b64382b37.tar.bz2
- speedup for suspend: don't switch off backlight
- don't call processEvents on resume since it is not really needed anymore
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/desktop.cpp5
-rw-r--r--core/launcher/main.cpp3
2 files changed, 3 insertions, 5 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp
index fb10602..1ec477c 100644
--- a/core/launcher/desktop.cpp
+++ b/core/launcher/desktop.cpp
@@ -618,3 +618,3 @@ void Desktop::togglePower()
618 618
619 qpe_setBacklight ( 0 ); // force LCD off 619 //qpe_setBacklight ( 0 ); // force LCD off (sandman: why ????)
620 620
@@ -638,5 +638,2 @@ void Desktop::togglePower()
638 //qcopBridge->closeOpenConnections(); 638 //qcopBridge->closeOpenConnections();
639 //qDebug("called togglePower()!!!!!!");
640
641 qApp-> processEvents ( );
642 639
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp
index 3ee5e26..5cf624b 100644
--- a/core/launcher/main.cpp
+++ b/core/launcher/main.cpp
@@ -354,3 +354,3 @@ void remove_pidfile ( )
354 354
355void handle_sigterm ( int sig ) 355void handle_sigterm ( int /* sig */ )
356{ 356{
@@ -366,2 +366,3 @@ int main( int argc, char ** argv )
366 ::signal ( SIGTERM, handle_sigterm ); 366 ::signal ( SIGTERM, handle_sigterm );
367 ::signal ( SIGINT, handle_sigterm );
367 368