diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-10 03:03:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-10 03:03:12 -0600 |
commit | 1cac8a5e1d6b6971193c78de22ba539911dcf406 (patch) | |
tree | 058899e4f66c2019c6daeb68642bb0f1fb587ab7 /twin/KWinInterface.h | |
parent | cee306586f6b4ad23f8422eb1bd3041e0ba56274 (diff) | |
download | tdebase-1cac8a5e1d6b6971193c78de22ba539911dcf406.tar.gz tdebase-1cac8a5e1d6b6971193c78de22ba539911dcf406.zip |
Fix kompmgr shadow support
Add kompmgr settings reload method to twin DCOP
Fix up kompmgr kcontrol module
Make default TDM login screen appearance more like the rest of the TDE login system
Diffstat (limited to 'twin/KWinInterface.h')
-rw-r--r-- | twin/KWinInterface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twin/KWinInterface.h b/twin/KWinInterface.h index ec1d9f1f8..445e42fe9 100644 --- a/twin/KWinInterface.h +++ b/twin/KWinInterface.h @@ -32,12 +32,13 @@ class KWinInterface : virtual public DCOPObject virtual void startKompmgr() = 0; virtual void stopKompmgr() = 0; virtual bool kompmgrIsRunning() = 0; + virtual void kompmgrReloadSettings() = 0; virtual void setOpacity(unsigned long winId, unsigned int opacityPercent) = 0; virtual void setShadowSize(unsigned long winId, unsigned int shadowSizePercent) = 0; virtual void setUnshadowed(unsigned long winId) = 0; k_dcop_signals: - + virtual void kompmgrStarted() = 0; virtual void kompmgrStopped() = 0; |