diff options
Diffstat (limited to 'twin/client.h')
-rw-r--r-- | twin/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/twin/client.h b/twin/client.h index 21c40afa9..813431065 100644 --- a/twin/client.h +++ b/twin/client.h @@ -113,6 +113,9 @@ class Client : public TQObject, public KDecorationDefines bool isActive() const; void setActive( bool, bool updateOpacity = true ); + bool isSuspendable() const; + bool isResumeable() const; + int desktop() const; void setDesktop( int ); bool isOnDesktop( int d ) const; @@ -297,6 +300,8 @@ class Client : public TQObject, public KDecorationDefines void unminimize( bool avoid_animation = false ); void closeWindow(); void killWindow(); + void suspendWindow(); + void resumeWindow(); void maximize( MaximizeMode ); void toggleShade(); void showContextHelp(); |