diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 02:24:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-20 02:24:32 -0600 |
commit | d160a6fc0101dd094195f8d0782e8aefcf94d376 (patch) | |
tree | bf7ebde63e93fb2f54b2bcaf5b0427b7f8de845f /twin/KWinInterface.h | |
parent | a515552a21960aeffbe12e24c6d64da32c646829 (diff) | |
download | tdebase-d160a6fc0101dd094195f8d0782e8aefcf94d376.tar.gz tdebase-d160a6fc0101dd094195f8d0782e8aefcf94d376.zip |
Update twin with initial framework for application suspend/resume
This needs some additional work before it can be enabled
Diffstat (limited to 'twin/KWinInterface.h')
-rw-r--r-- | twin/KWinInterface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/KWinInterface.h b/twin/KWinInterface.h index 2af0d03ff..5a270d9f3 100644 --- a/twin/KWinInterface.h +++ b/twin/KWinInterface.h @@ -13,6 +13,8 @@ class KWinInterface : virtual public DCOPObject virtual ASYNC unclutterDesktop() = 0; virtual ASYNC reconfigure() = 0; virtual ASYNC killWindow() = 0; + virtual ASYNC suspendWindow() = 0; + virtual ASYNC resumeWindow() = 0; virtual void refresh() = 0; virtual void doNotManage(TQString)= 0; virtual void showWindowMenuAt(unsigned long winId, int x, int y)= 0; |