From 42e4592219600d6919c93dec82635e2b64382b37 Mon Sep 17 00:00:00 2001 From: sandman Date: Wed, 28 Aug 2002 23:01:58 +0000 Subject: - speedup for suspend: don't switch off backlight - don't call processEvents on resume since it is not really needed anymore --- (limited to 'core') 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 @@ -616,7 +616,7 @@ void Desktop::togglePower() loggedin=0; suspendTime = QDateTime::currentDateTime(); - qpe_setBacklight ( 0 ); // force LCD off +// qpe_setBacklight ( 0 ); // force LCD off (sandman: why ????) if ( wasloggedin ) blankScreen(); @@ -636,9 +636,6 @@ void Desktop::togglePower() execAutoStart(); //qcopBridge->closeOpenConnections(); - //qDebug("called togglePower()!!!!!!"); - - qApp-> processEvents ( ); excllock = false; } 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 @@ -352,7 +352,7 @@ void remove_pidfile ( ) ::unlink ( pidfile_path ); } -void handle_sigterm ( int sig ) +void handle_sigterm ( int /* sig */ ) { if ( qApp ) qApp-> quit ( ); @@ -364,6 +364,7 @@ int main( int argc, char ** argv ) ::signal( SIGCHLD, SIG_IGN ); ::signal ( SIGTERM, handle_sigterm ); + ::signal ( SIGINT, handle_sigterm ); ::setsid ( ); ::setpgid ( 0, 0 ); -- cgit v0.9.0.2