diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2025-12-05 22:50:22 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2025-12-05 22:52:09 +0300 |
| commit | 93ea866ef6b2c6bc08491676929e1ef58d3d055b (patch) | |
| tree | 30d2fe3dd9616e9905c20f91cc517f504e7b9e56 /twin/workspace.h | |
| parent | 647d52df39143529391436d54a0dfd6bf0de7368 (diff) | |
| download | tdebase-fix/compton-pidfile.tar.gz tdebase-fix/compton-pidfile.zip | |
twin: small refactoring; move global variables to the classfix/compton-pidfile
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'twin/workspace.h')
| -rw-r--r-- | twin/workspace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/twin/workspace.h b/twin/workspace.h index 637a14e77..5f1d71025 100644 --- a/twin/workspace.h +++ b/twin/workspace.h @@ -665,6 +665,10 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin friend class Client; //kompmgr + TDEProcess* kompmgr; + TDESelectionOwner* kompmgr_selection; + bool allowKompmgrRestart; + TQSlider *transSlider; TQPushButton *transButton; // not used yet |
