From 1c7bdfda1e7c768525a73d1ca104db53ff1cec10 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Apr 2013 20:22:40 -0500 Subject: Fix long delay at session termination on certain systems This resolves Bug 760 Add shutdown profiling code and disable at compile time --- ksmserver/server.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ksmserver/server.h') diff --git a/ksmserver/server.h b/ksmserver/server.h index f90db4ae0..a59e708c6 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -142,11 +142,13 @@ private: const TQString& clientMachine = TQString::null, const TQString& userId = TQString::null ); void executeCommand( const TQStringList& command ); - + bool isWM( const KSMClient* client ) const; bool isWM( const TQString& program ) const; bool isCM( const KSMClient* client ) const; bool isCM( const TQString& program ) const; + bool isNotifier( const KSMClient* client ) const; + bool isNotifier( const TQString& program ) const; bool defaultSession() const; // empty session void setupXIOErrorHandler(); -- cgit v1.2.1