From 18c6c51705de3b1897f671e54b25929e74d11f23 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 19 Mar 2003 06:02:26 +0000 Subject: err, helps to shutdown the qws server after catching the segv, otherwise itll just close the keyboard over and over until the end of time! *chuckles* --- (limited to 'qt') diff --git a/qt/qte234-for-opie091-sigsegv.patch b/qt/qte234-for-opie091-sigsegv.patch index b04accf..858030f 100644 --- a/qt/qte234-for-opie091-sigsegv.patch +++ b/qt/qte234-for-opie091-sigsegv.patch @@ -1,6 +1,6 @@ --- qt-2.3.4/src/kernel/qwindowsystem_qws.cpp~sigsegv 2003-03-18 18:29:00.000000000 -0600 +++ qt-2.3.4/src/kernel/qwindowsystem_qws.cpp 2003-03-18 19:09:08.000000000 -0600 -@@ -843,6 +843,15 @@ +@@ -843,6 +843,16 @@ { } @@ -10,13 +10,14 @@ + if ( qwsServer ) + qwsServer->closeKeyboard(); +#endif ++ QWSServer::closedown(); +} + + /*! \class QWSServer qwindowsystem_qws.h \brief Server-specific functionality in Qt/Embedded -@@ -912,6 +921,7 @@ +@@ -912,6 +922,7 @@ } signal(SIGPIPE, ignoreSignal); //we get it when we read -- cgit v0.9.0.2