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 1fd55a217..c7224eb36 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -145,6 +145,8 @@ private: 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 defaultSession() const; // empty session void setupXIOErrorHandler(); |