diff options
Diffstat (limited to 'ksmserver/server.h')
-rw-r--r-- | ksmserver/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ksmserver/server.h b/ksmserver/server.h index 00e3b7388..f850c747c 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -149,6 +149,8 @@ private: bool isWM( const TQString& program ) const; bool isCM( const KSMClient* client ) const; bool isCM( const TQString& program ) const; + bool isDesktop( const KSMClient* client ) const; + bool isDesktop( const TQString& program ) const; bool isNotifier( const KSMClient* client ) const; bool isNotifier( const TQString& program ) const; bool defaultSession() const; // empty session |