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/workspace.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/workspace.h')
-rw-r--r-- | twin/workspace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/twin/workspace.h b/twin/workspace.h index 7cb2c3a6a..f1f7dc97e 100644 --- a/twin/workspace.h +++ b/twin/workspace.h @@ -413,7 +413,8 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin void restartKompmgr( KProcess *proc ); void handleKompmgrOutput( KProcess *proc, char *buffer, int buflen); void stopKompmgr(); - // end + void kompmgrReloadSettings(); + // end protected: bool keyPressMouseEmulation( XKeyEvent& ev ); |